mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-29 22:37:12 +00:00
rework some styles related to three panel mode
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user