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 | 91 | padding: 5px 0; |
92 | 92 | position: relative; |
93 | 93 | } |
94 | -.menu li{ | |
94 | +.menu li + li { | |
95 | + margin-left: 7.38%; | |
96 | +} | |
97 | +.menu li { | |
95 | 98 | list-style: none; |
96 | 99 | margin:0; |
97 | 100 | padding:0; |
98 | 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 | 106 | .menu li a:after { |
103 | 107 | content: ''; |
... | ... | @@ -105,7 +109,7 @@ header a.main:hover{ |
105 | 109 | right: 0px; |
106 | 110 | width: 1px; |
107 | 111 | height: 25px; |
108 | - background: #bbbbbb; | |
112 | + /*background: #bbbbbb;*/ | |
109 | 113 | position: absolute; |
110 | 114 | } |
111 | 115 | .menu .dropd_menu a:after, .menu li:last-child a:after{ |
... | ... | @@ -118,7 +122,7 @@ header a.main:hover{ |
118 | 122 | margin: 0 auto; |
119 | 123 | line-height: 20px; |
120 | 124 | width: 100%; |
121 | - padding: 5px 10%; | |
125 | + padding: 5px 0; | |
122 | 126 | background-image: url('../images/line2.png'); |
123 | 127 | background-position: center 55px; |
124 | 128 | background-repeat: no-repeat; | ... | ... |