Browse Source

css modification : make menu-wrapper wider to avoid siplay bug in IE7

Noel Dieschburg 13 years ago
parent
commit
e56e3ceee2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/css/base_chamilo.css

+ 1 - 1
main/css/base_chamilo.css

@@ -577,7 +577,7 @@ input.link_alike:hover {
 ==============================================================================
 */
 #menu-wrapper {
-    width:200px;
+    width:230px;
     float: right;
 }