From 4ae44b2b7d671d21baf893ed05237593f737c115 Mon Sep 17 00:00:00 2001
From: Fredrik Friis <fred-fri@dsv.su.se>
Date: Tue, 10 Apr 2012 13:03:47 +0900
Subject: [PATCH] fixed second level menu css bug

---
 src/main/webapp/css/blueprint/screen.css | 2 +-
 src/main/webapp/css/scipro.css           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/css/blueprint/screen.css b/src/main/webapp/css/blueprint/screen.css
index 59262986b5..457478bfea 100644
--- a/src/main/webapp/css/blueprint/screen.css
+++ b/src/main/webapp/css/blueprint/screen.css
@@ -52,7 +52,7 @@ del {color:#666;}
 pre {margin:1.5em 0;white-space:pre;}
 pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
 li ul, li ol {margin:0;}
-ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
+/*ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}*/
 ul {list-style-type:disc;}
 ol {list-style-type:decimal;}
 dl {margin:0 0 1.5em 0;}
diff --git a/src/main/webapp/css/scipro.css b/src/main/webapp/css/scipro.css
index 34efa36a4b..16ed3724a1 100644
--- a/src/main/webapp/css/scipro.css
+++ b/src/main/webapp/css/scipro.css
@@ -589,6 +589,7 @@ ul.multiobject-selected-list li {
     /*  background: url("../images/tab_bg.gif") repeat-x bottom;*/
     font-size:93%;
     line-height:normal;
+    background:#e2e2e2;
 }
 .multi-tab-menu img {
     height: 10px;