summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css19
1 files changed, 7 insertions, 12 deletions
diff --git a/themes/light.css b/themes/light.css
index cc9f48488..21d1859c3 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1269,22 +1269,17 @@ body.ttrss_utility hr {
margin: 0px 4px;
}
.cdm .header .feed {
- float: right;
font-weight: normal;
font-style: italic;
-}
-.cdm .header .feed a {
- border-radius: 4px;
+ font-size: 11px;
display: inline-block;
- padding: 1px 4px 1px 4px;
-}
-.cdm .header .feed,
-.cdm .header .feed a {
- vertical-align: middle;
+ max-width: 25%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ border-radius: 4px;
+ padding: 1px 4px;
+ margin-right: 4px;
color: #555;
- font-weight: normal;
- font-style: italic;
- font-size: 11px;
}
.cdm .header .author {
white-space: nowrap;