]> 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 f336043fe97810c9e5a4b9d256211ce8d5d13071..76e35e1104884ba4de1c5d329f14268dbe8c3bae 100644 (file)
@@ -799,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 {
@@ -812,6 +813,7 @@ div.fatalError textarea {
        border-width : 0px;
        border-color : #ddd;
        margin-top : 0px;
+       -webkit-overflow-scrolling : touch;
 }
 
 #headlines-toolbar_splitter, #toolbar_splitter {
@@ -862,6 +864,7 @@ div.fatalError textarea {
        line-height: 1.5;
        font-size : 15px;
        overflow : auto;
+       -webkit-overflow-scrolling : touch;
 }
 
 #feedTree .dijitTreeRow .dijitTreeLabel.Unread {
@@ -907,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;