1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rework some styles related to three panel mode

This commit is contained in:
Andrew Dolgov
2018-11-30 15:54:38 +03:00
parent 8359ca6dad
commit add558e7e5
5 changed files with 21 additions and 21 deletions

View File

@@ -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;