Commit 3809bc046233b17ddd9c7744ef72f922291442de
1 parent
9a2a2c15
-Main menu align
Showing
1 changed file
with
9 additions
and
5 deletions
Show diff stats
frontend/web/css/style.css
@@ -91,13 +91,17 @@ header a.main:hover{ | @@ -91,13 +91,17 @@ header a.main:hover{ | ||
91 | padding: 5px 0; | 91 | padding: 5px 0; |
92 | position: relative; | 92 | position: relative; |
93 | } | 93 | } |
94 | -.menu li{ | 94 | +.menu li + li { |
95 | + margin-left: 7.38%; | ||
96 | +} | ||
97 | +.menu li { | ||
95 | list-style: none; | 98 | list-style: none; |
96 | margin:0; | 99 | margin:0; |
97 | padding:0; | 100 | padding:0; |
98 | text-align: center; | 101 | text-align: center; |
99 | - width: 14%; | ||
100 | - min-width: 130px; | 102 | + /*width: 14%;*/ |
103 | + /*min-width: 130px;*/ | ||
104 | + max-width: 8%; | ||
101 | } | 105 | } |
102 | .menu li a:after { | 106 | .menu li a:after { |
103 | content: ''; | 107 | content: ''; |
@@ -105,7 +109,7 @@ header a.main:hover{ | @@ -105,7 +109,7 @@ header a.main:hover{ | ||
105 | right: 0px; | 109 | right: 0px; |
106 | width: 1px; | 110 | width: 1px; |
107 | height: 25px; | 111 | height: 25px; |
108 | - background: #bbbbbb; | 112 | + /*background: #bbbbbb;*/ |
109 | position: absolute; | 113 | position: absolute; |
110 | } | 114 | } |
111 | .menu .dropd_menu a:after, .menu li:last-child a:after{ | 115 | .menu .dropd_menu a:after, .menu li:last-child a:after{ |
@@ -118,7 +122,7 @@ header a.main:hover{ | @@ -118,7 +122,7 @@ header a.main:hover{ | ||
118 | margin: 0 auto; | 122 | margin: 0 auto; |
119 | line-height: 20px; | 123 | line-height: 20px; |
120 | width: 100%; | 124 | width: 100%; |
121 | - padding: 5px 10%; | 125 | + padding: 5px 0; |
122 | background-image: url('../images/line2.png'); | 126 | background-image: url('../images/line2.png'); |
123 | background-position: center 55px; | 127 | background-position: center 55px; |
124 | background-repeat: no-repeat; | 128 | background-repeat: no-repeat; |