summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less18
1 files changed, 16 insertions, 2 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index ac21938c7..dc76c6846 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -768,8 +768,22 @@ body.ttrss_main {
}
.cdm.expanded {
- background : @default-bg;
- border : 1px solid @border-default;
+
+ .header, .content {
+ background : @default-bg;
+ border : 1px solid @border-default;
+ overflow : hidden;
+ }
+
+ .content {
+ border-top-width : 0;
+ padding : 0 4px 4px 4px;
+ }
+
+ .header {
+ border-bottom-width : 0;
+ padding : 4px;
+ }
.footer {
border : 0;