]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
add a link to headlines-spacer to open next unread feed
[tt-rss.git] / css / tt-rss.css
index 91fc756ef710a85b92133828d0a81795d5ba0f68..76e35e1104884ba4de1c5d329f14268dbe8c3bae 100644 (file)
@@ -590,6 +590,10 @@ div#headlines-frame.wide .hlTitle {
        white-space : normal;
 }
 
+div#headlines-frame.wide .hl .hlFeed {
+       display : none;
+}
+
 .hl a.title.high, span.hlContent.high .contentPreview {
        color : #00aa00;
 }
@@ -795,6 +799,7 @@ div.fatalError textarea {
        overflow : hidden;
        background : #f5f5f5;
        box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
+       -webkit-overflow-scrolling : touch;
 }
 
 #headlines-wrap-inner {
@@ -808,6 +813,7 @@ div.fatalError textarea {
        border-width : 0px;
        border-color : #ddd;
        margin-top : 0px;
+       -webkit-overflow-scrolling : touch;
 }
 
 #headlines-toolbar_splitter, #toolbar_splitter {
@@ -858,6 +864,7 @@ div.fatalError textarea {
        line-height: 1.5;
        font-size : 15px;
        overflow : auto;
+       -webkit-overflow-scrolling : touch;
 }
 
 #feedTree .dijitTreeRow .dijitTreeLabel.Unread {
@@ -903,10 +910,15 @@ img.feedIcon, img.tinyFeedIcon {
        height : 100%;
        margin-left : 1px;
        text-align : center;
-       padding : 1em;
+       padding : 10px;
        color : #555;
+       font-size : 11px;
+       font-style : italic;
 }
 
+#headlines-spacer a {
+       color : #555;
+}
 
 ul#filterDlg_Matches, ul#filterDlg_Actions {
        max-height : 100px;