Serghey Rodin 12 лет назад
Родитель
Сommit
ff325d4cb5
2 измененных файлов с 46 добавлено и 8 удалено
  1. 45 7
      web/css/main.css
  2. 1 1
      web/templates/header.html

+ 45 - 7
web/css/main.css

@@ -224,8 +224,22 @@ td {
     font-family:Arial, Helvetica, sans-serif;
 }
 
-.submenu-button {
-    width: 130px;
+.submenu-button-select {
+    width: 20px;
+    height: 28px;
+    cursor: pointer;
+    color: #555;
+    background-color: #fafafa;
+    border: 1px solid #ccc;
+    border-radius: 3px 3px 3px 3px;
+    padding: 0;
+    font-size: 9pt;
+    font-weight: bold;
+    font-family:Arial, Helvetica, sans-serif;
+}
+
+.submenu-button-search {
+    width: 96px;
     height: 28px;
     cursor: pointer;
     color: #555;
@@ -246,7 +260,13 @@ td {
 }
 
 @-moz-document url-prefix() {
-    .submenu-button {
+    .submenu-button-select {
+        padding-bottom: 2px;
+    }
+}
+
+@-moz-document url-prefix() {
+    .submenu-button-search {
         padding-bottom: 2px;
     }
 }
@@ -256,7 +276,11 @@ td {
     background-color: #999;
 }
 
-.submenu-button:hover {
+.submenu-button-select:hover {
+    border: 1px solid #f79b44;
+}
+
+.submenu-button-search:hover {
     border: 1px solid #f79b44;
 }
 
@@ -265,7 +289,13 @@ td {
     background-color: #ccc;
 }
 
-.submenu-button:active {
+.submenu-button-select:active {
+    color: #fff;
+    border: 1px solid #f79b44;
+    background-color: #f79b44;
+}
+
+.submenu-button-search:active {
     color: #fff;
     border: 1px solid #f79b44;
     background-color: #f79b44;
@@ -330,10 +360,18 @@ td {
     float: left;
     padding: 0px 3px 0px 3px;
     height: 26px;
-    width: 250px;
+    width: 232px;
     margin: 0 4px 0 0;
 }
 
+.submenu-search-field:hover {
+    border: 1px solid #f79b44;
+}
+
+.submenu-search-field:focus {
+    border: 1px solid #f79b44;
+}
+
 .bottom {
     background-color: #ebe9dc;
     color: #555;
@@ -671,7 +709,7 @@ td {
     font-size: 12pt;
     padding: 5px;
     width: 360px;
-    height: 120px;
+    height: 90px;
     font-family:Arial, Helvetica, sans-serif;
 }
 

+ 1 - 1
web/templates/header.html

@@ -4,7 +4,7 @@
         <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
         <title>Vesta - <?php echo "$TAB"; ?> </title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-        <link type="text/css" href="/css/main.css?ver=1390333255" rel="stylesheet" />
+        <link type="text/css" href="/css/main.css?ver=1396704430" rel="stylesheet" />
         <!--[if IE 7]>
             <link rel="stylesheet" type="text/css" href="/css/ie.css" />
             <style type="text/css">