Repository: karaf
Updated Branches:
  refs/heads/karaf-2.3.x 0d59d0615 -> b846b03e3


[KARAF-3108] Fix webconsole CSS


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/932f712a
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/932f712a
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/932f712a

Branch: refs/heads/karaf-2.3.x
Commit: 932f712aacb6d87679d2c18b9b735966b345217c
Parents: 0d59d06
Author: Guillaume Nodet <gno...@gmail.com>
Authored: Thu Jul 10 11:48:02 2014 +0200
Committer: Guillaume Nodet <gno...@gmail.com>
Committed: Thu Jul 10 15:27:26 2014 +0200

----------------------------------------------------------------------
 .../main/resources/res/karaf/ui/webconsole.css  | 30 ++++++++++++++++----
 1 file changed, 24 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/932f712a/webconsole/branding/src/main/resources/res/karaf/ui/webconsole.css
----------------------------------------------------------------------
diff --git a/webconsole/branding/src/main/resources/res/karaf/ui/webconsole.css 
b/webconsole/branding/src/main/resources/res/karaf/ui/webconsole.css
index a31e6bc..03fa9dd 100644
--- a/webconsole/branding/src/main/resources/res/karaf/ui/webconsole.css
+++ b/webconsole/branding/src/main/resources/res/karaf/ui/webconsole.css
@@ -66,6 +66,24 @@
        white-space: nowrap;
 }
 
+/* New Category Based Navigation Tree (FELIX-3769) */
+#navmenu {
+     width: auto;
+}
+
+#navmenu li.ui-menu-item {
+     width: auto;
+}
+
+#navmenu li.navMenuItem-0 {
+    display: inline-block;
+}
+
+/* Don't display caret on top-level menu (FELIX-3841) */
+#navmenu li.navMenuItem-0 > a > span {
+    display: none;
+}
+
 /* CENTRAL CONTENT AREA STYLING */
 #content, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget 
textarea, .ui-widget button { font-size: 8pt }
 
@@ -119,16 +137,16 @@ table.nicetable th, table.nicetable td {
 
 /* tablesorter styling */
 tr .header {
-       background-image: url(../lib/bg.gif);
-       background-repeat: no-repeat;
-       background-position: center right;
-       cursor: pointer;
+       background-image: url(../lib/bg.gif) !important;
+       background-repeat: no-repeat !important;
+       background-position: center right !important;
+       cursor: pointer !important;
 }
 tr .headerSortUp {
-       background-image: url(../lib/asc.gif);
+       background-image: url(../lib/asc.gif) !important;
 }
 tr .headerSortDown {
-       background-image: url(../lib/desc.gif);
+       background-image: url(../lib/desc.gif) !important;
 }
 
 /* status line */

Reply via email to