Parcourir la source

clean looking topmenu

Serghey Rodin il y a 13 ans
Parent
commit
980581d09e
1 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. 4 5
      web/templates/header.html

+ 4 - 5
web/templates/header.html

@@ -36,12 +36,11 @@
                 text-align: left;
                 border: 0px;
                 border-collapse:collapse;
+
             }
 
             .top thead td {
                 background: #ebe9dc;
-                border-bottom: 1px solid #d3d3d3;
-                border-right: 1px solid #d3d3d3;
                 height: 25px;
                 text-align: right;
                 padding: 0 24px 0 0px;
@@ -49,7 +48,7 @@
             }
 
             .top thead td:first-child{
-                border-left: 1px solid #d3d3d3;
+                border-left: 1px solid #fff;
                 border-right:none;
                 text-align:left;
                 padding: 0 0 0 0;
@@ -60,7 +59,7 @@
                 padding: 5px 22px 4px;
                 text-decoration: none;
                 color: #323232;
-                border-right: 1px solid #d3d3d3;
+                border-right: 1px solid #fff;
             }
 
             .top-link:hover {
@@ -76,7 +75,7 @@
                 text-decoration: none;
                 color: #174f82;
                 background: #fff;
-                border-right: 1px solid #d3d3d3;
+                border-right: 1px solid #fff;
             }
 
             .top-logout {