Serghey Rodin пре 13 година
родитељ
комит
e81fb6c730
1 измењених фајлова са 32 додато и 0 уклоњено
  1. 32 0
      web/templates/header.html

+ 32 - 0
web/templates/header.html

@@ -124,6 +124,7 @@
             }
 
             .nav-selected-block:hover {
+                height:103px;
                 border-bottom: 4px solid #f79b44;
             }
 
@@ -702,6 +703,37 @@
                     width: 996px;
                 }
 
+                .nav-block {
+                    margin: 0 0px 0 0;
+                    height:105px;
+                    width: 118px;
+                    float:left;
+                    cursor: pointer;
+                    border-bottom: 2px solid #d6d6d6;
+                }
+
+                .nav-block:hover {
+                    height:105px;
+                    border-bottom: 4px solid #f79b44;
+                }
+
+                .nav-selected-block {
+                    margin: 0;
+                    color: #174f82;
+                    height: 105px;
+                    width: 118px;
+                    float: left;
+                    background: #fff;
+                    border-bottom: 4px solid #777;
+                    cursor: pointer;
+                }
+
+                .nav-selected-block:hover {
+                    height:105px;
+                    border-bottom: 4px solid #f79b44;
+                }
+
+
             </style>
         <![endif]-->
         <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />