mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 09:49:15 +00:00
show enclosures in CDM (refs #165)
This commit is contained in:
10
tt-rss.css
10
tt-rss.css
@@ -57,12 +57,7 @@ div.postReply div.postIcon {
|
||||
}
|
||||
|
||||
div.postReply div.postEnclosures {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : dotted;
|
||||
border-color : #c0c0c0;
|
||||
font-size : 8pt;
|
||||
margin-top : 1em;
|
||||
padding-top : 0.2em;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
@@ -999,6 +994,11 @@ div.cdmContent {
|
||||
|
||||
}
|
||||
|
||||
div.cdmEnclosures {
|
||||
margin-top : 1em;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
a.warning {
|
||||
color : #f04040;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user