diff --git a/www/theme/classblue/style.css b/www/theme/classblue/style.css index 0695709cf8..1c296c5178 100755 --- a/www/theme/classblue/style.css +++ b/www/theme/classblue/style.css @@ -11,10 +11,12 @@ #mainmenu ul li{background:none} #modulemenu ul{background:none} -#mainmenu li{border:none; height:30px; line-height:35px;} -#mainmenu .active {background:url(./images/bg.menu.gif) no-repeat center 5px; width:85px;} +#mainmenu li{border:none; height:30px; line-height:30px;} +#mainmenu .active {background:url(./images/bg.menu.gif) no-repeat center top; width:85px;} #modulemenu select{border:1px solid #e4e4e4; background:#fff} #modulemenu #projectID {background:#EAEAEA} #modulemenu #productID {background:#EAEAEA} + +#mainmenu #searchbox{height:28px; margin-top:2px;} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9a5dfa0e6d..6abfb9c4ce 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -300,8 +300,8 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #modulemenu #mybg{ padding-left:10px; background:url(images/main/ui-gray.png); background-position:-146px 144px;} /* Product, project and objects switcher. */ -#productID {background:#EDEFF4; border:1px solid #e5e5e5} -#projectID {background:#EDEFF4; border:1px solid #e5e5e5} +#productID {background:#e5e5e5; border:1px solid #e5e5e5} +#projectID {background:#e5e5e5; border:1px solid #e5e5e5} #productSwitcher{padding:0; width:35px} #projectSwitcher{padding:0; width:35px} @@ -394,4 +394,4 @@ a { text-decoration:none;} #form-content .button-r{ background:url(images/main/button_95x36.png) 96px top; border:none; height:36px; width:95px;} #form-content hr{ color:#ddd; margin:15px 0;} .notice { background-color:#ffffcc; border:1px solid #ffcc00; padding:15px 25px;} -.form-item { background-color:#e5e5e5; padding:8px; margin-bottom:15px; margin-top:5px;} \ No newline at end of file +.form-item { background-color:#e5e5e5; padding:8px; margin-bottom:15px; margin-top:5px;}