mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 02:09:15 +00:00
rework some styles related to three panel mode
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -9,17 +9,17 @@ body.ttrss_main {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.postReply {
|
||||
div.post {
|
||||
padding : 0px;
|
||||
|
||||
div.postHeader {
|
||||
div.header {
|
||||
padding : 5px;
|
||||
color : #909090;
|
||||
border: 0px solid #ddd;
|
||||
border-bottom-width: 1px;
|
||||
background: #f0f0f0;
|
||||
|
||||
div.postDate {
|
||||
div.date {
|
||||
text-align : right;
|
||||
float : right;
|
||||
}
|
||||
@@ -35,7 +35,7 @@ body.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
div.postTitle {
|
||||
div.title {
|
||||
overflow : hidden;
|
||||
font-size : 15px;
|
||||
text-overflow: ellipsis;
|
||||
@@ -45,11 +45,11 @@ body.ttrss_main {
|
||||
font-family : @fonts-ui-bold;
|
||||
}
|
||||
|
||||
div.postDate {
|
||||
div.date {
|
||||
padding-left : 10px;
|
||||
}
|
||||
|
||||
div.postContent {
|
||||
div.content {
|
||||
padding : 10px;
|
||||
font-size : 16px;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user