summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-25 14:42:20 +0400
committerAndrew Dolgov <[email protected]>2012-12-25 14:42:20 +0400
commitf947467aa8551e37110895b8a07e4124f1854a47 (patch)
treeba263b485cdb765811196e0a096e93635f53862d /tt-rss.css
parenta675da08de7574ff98520e174b7df66c20be30bf (diff)
remove fupdpic and related images
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0757df478..fb2603119 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1136,6 +1136,10 @@ span.hlUpdated {
text-align : right;
}
+div.hlLeft {
+ padding-left : 8px;
+}
+
div.hlLeft input {
margin-left : 4px;
margin-right : 4px;
@@ -1146,18 +1150,6 @@ div.hlLeft img, div.hlRight img {
}
-div.hlUpdPic {
- display : table-cell;
- padding-right : 4px;
- padding-left : 4px;
- text-align : center;
- vertical-align : middle;
-}
-
-div.hlUpdPic img {
- max-width : 16px;
-}
-
div.fatalError {
margin-bottom : 10px;
}