summaryrefslogtreecommitdiff
path: root/themes/compact.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact.less')
-rw-r--r--themes/compact.less27
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/compact.less b/themes/compact.less
new file mode 100644
index 000000000..d9a7a8ee1
--- /dev/null
+++ b/themes/compact.less
@@ -0,0 +1,27 @@
+@import "../css/default.css";
+
+body.ttrss_main.ttrss_index.flat {
+
+ .dijitMenu .dijitMenuItemLabel,
+ .content-inner,
+ #content-insert,
+ .cdm .content,
+ .post .content {
+ font-size : 12px ! important;
+ }
+
+ div[id*=RROW] {
+ i {
+ font-size: 18px;
+ }
+ }
+
+ .hl,
+ .post .header .title,
+ #floatingTitle a.title,
+ .cdm .title {
+ font-size : 13px ! important;
+ }
+
+
+} \ No newline at end of file