فهرست منبع

thinner menu line

Serghey Rodin 13 سال پیش
والد
کامیت
f04e836c66
1فایلهای تغییر یافته به همراه9 افزوده شده و 8 حذف شده
  1. 9 8
      web/templates/header.html

+ 9 - 8
web/templates/header.html

@@ -81,10 +81,10 @@
 
 
             .nav-logo {
             .nav-logo {
                 float:left;
                 float:left;
-                height:104px;
+                height:105px;
                 width:161px;
                 width:161px;
                 margin: 0 0px 0 0;
                 margin: 0 0px 0 0;
-                border-bottom: 3px solid #d6d6d6;
+                border-bottom: 2px solid #d6d6d6;
             }
             }
 
 
             .nav-lnk {
             .nav-lnk {
@@ -99,31 +99,32 @@
 
 
             .nav-block {
             .nav-block {
                 margin: 0 0px 0 0;
                 margin: 0 0px 0 0;
-                height:104px;
+                height:105px;
                 width: 118px;
                 width: 118px;
                 float:left;
                 float:left;
                 cursor: pointer;
                 cursor: pointer;
-                border-bottom: 3px solid #d6d6d6;
+                border-bottom: 2px solid #d6d6d6;
 
 
             }
             }
 
 
             .nav-block:hover {
             .nav-block:hover {
-                border-bottom: 3px solid #f79b44;
+                height:103px;
+                border-bottom: 4px solid #f79b44;
             }
             }
 
 
             .nav-selected-block {
             .nav-selected-block {
                 margin: 0;
                 margin: 0;
                 color: #174f82;
                 color: #174f82;
-                height: 104px;
+                height: 103px;
                 width: 118px;
                 width: 118px;
                 float: left;
                 float: left;
                 background: #fff;
                 background: #fff;
-                border-bottom: 3px solid #777;
+                border-bottom: 4px solid #777;
                 cursor: pointer;
                 cursor: pointer;
             }
             }
 
 
             .nav-selected-block:hover {
             .nav-selected-block:hover {
-                border-bottom: 3px solid #f79b44;
+                border-bottom: 4px solid #f79b44;
             }
             }
 
 
             .nav-header {
             .nav-header {