summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 17:17:55 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 17:17:55 +0400
commite17e99fbcf62f2e347ce771a795be3237521f6b5 (patch)
treed9e8ea837043545573a20a23fe146f6f736fe147 /tt-rss.css
parentd56ec7005e4f903606265fb8857e6438329da60e (diff)
add back vfeed title display, optimize layout; do some layout tweaks on combined mode
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 5 insertions, 16 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 65a3c74b2..0b7e8ec7e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -559,11 +559,6 @@ span.hlLabelRef {
white-space: nowrap;
}
-td.hlSelectRow, td.hlUpdPic {
- width : 25px;
- text-align : center;
-}
-
div.postHeader div.postDate {
text-align : right;
color : gray;
@@ -588,17 +583,11 @@ div.postHeader div {
display : none;
}
-td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
- height : 1em;
-}
-
-td.hlFeed {
- text-align : right;
-}
-
span.hlFeed, span.hlFeed a {
- font-size : 12px;
+ font-size : 10px;
color : gray;
+ font-style : italic;
+ font-weight : normal;
}
span.hlFeed a:hover {
@@ -1017,9 +1006,9 @@ span.hlUpdated {
display : table-cell;
width : 100%;
vertical-align : middle;
- padding-top : 4px;
- padding-bottom : 4px;
text-align : right;
+ font-size : 10px;
+ font-weight : normal;
}
div.hlLeft {