summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-08 13:17:04 +0300
committerAndrew Dolgov <[email protected]>2018-02-08 13:17:04 +0300
commitcc16b7ba39fe7f2780cc9481f5d8a44dfe3ed1a0 (patch)
tree1fe949417cda7858377ab17ecb0c0ceae5e714f2 /css/zoom.less
parent60361f7c7d0f92703040628525b94d76899ea66a (diff)
minor updates for utility/zoom CSS
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less25
1 files changed, 14 insertions, 11 deletions
diff --git a/css/zoom.less b/css/zoom.less
index 18d80f922..82f0ee9af 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -2,7 +2,7 @@ body.ttrss_zoom {
margin-left : auto;
margin-right : auto;
padding : 20px;
- max-width : 770px;
+ max-width : 800px;
background : #f5f5f5;
div.postHeader {
@@ -11,36 +11,40 @@ body.ttrss_zoom {
border: 0px solid #eee;
border-bottom-width: 1px;
background : white;
+ font-size : 12px;
+ color : #555;
+
+ .author {
+ font-size : 11px;
+ }
div.postFeedTitle {
float : left;
text-align : right;
- padding-left : 0px;
- font-size : 11px;
}
a.postComments {
text-align : right;
- padding-left : 0px;
- font-size : 11px;
}
div.postDate {
float : none;
text-align : right;
- padding-left : 0px;
- color : #777;
- font-size : 11px;
+ margin-bottom : 5px;
}
div.postTags {
- color : #777;
- font-size : 11px;
+
+ }
+
+ div.postTags img {
+ vertical-align : middle;
}
div.postTitle {
white-space : normal;
font-size : 16px;
+ margin-bottom : 5px;
}
}
@@ -55,7 +59,6 @@ body.ttrss_zoom {
border : 1px solid #ddd;
background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
- border-radius : 6px;
}
div.footer {