From 8db4662dc6ded40eb4a1a14820702ec1dae90668 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 26 Mar 2013 21:20:13 +0100 Subject: [PATCH] styling --- src/main/webapp/css/app.css | 14 ++++++++++++-- src/main/webapp/directives/category.html | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index d0ed771b..8a224a13 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -4,7 +4,14 @@ } .css-treeview { - font-size: inherit; + font-family: inherit; + font-size: 11px; + white-space: nowrap; +} + +.css-treeview label,.css-treeview a,.css-treeview label::before { + font-family: inherit; + font-size: 11px; white-space: nowrap; } @@ -19,6 +26,9 @@ .css-treeview a { cursor: pointer; color: black; + display: block; + overflow-hidden; + text-overflow: ellipsis; } .css-treeview a:hover { @@ -57,7 +67,7 @@ background-color: #EBEBEB; } -#feed-accordion a.accordion-toggle { +#feed-accordion a.accordion-toggle { color: black; display: block; padding: 0px; diff --git a/src/main/webapp/directives/category.html b/src/main/webapp/directives/category.html index d011f92d..ccdffe1a 100644 --- a/src/main/webapp/directives/category.html +++ b/src/main/webapp/directives/category.html @@ -4,9 +4,6 @@ \ No newline at end of file