summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 15:54:38 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 15:54:38 +0300
commitadd558e7e53fb9ab2e0e3186573bdb90d0e910ff (patch)
treec534ccf0deaa39c3e7c00b1e953e10de2df13d9f /css/zoom.less
parent8359ca6dad9051702d2635f5c2ce6b20ad0d4c2b (diff)
rework some styles related to three panel mode
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/zoom.less b/css/zoom.less
index 789b6dbfc..f33cd575b 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -5,7 +5,7 @@ body.ttrss_zoom {
max-width : 800px;
background : #f5f5f5;
- div.postHeader {
+ div.header {
margin : 10px;
padding-bottom : 10px;
border: 0px solid #eee;
@@ -18,7 +18,7 @@ body.ttrss_zoom {
font-size : 11px;
}
- div.postFeedTitle {
+ div.feed-title {
float : left;
text-align : right;
}
@@ -27,7 +27,7 @@ body.ttrss_zoom {
text-align : right;
}
- div.postDate {
+ div.date {
float : none;
text-align : right;
margin-bottom : 5px;
@@ -55,7 +55,7 @@ body.ttrss_zoom {
hyphens: auto;
}
- div.postReply {
+ div.post {
border : 1px solid #ddd;
background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
@@ -67,7 +67,7 @@ body.ttrss_zoom {
}
- div.postContent {
+ div.content {
font-size : 15px;
line-height : 1.5;
padding : 10px;