From 3809bc046233b17ddd9c7744ef72f922291442de Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Oct 2016 13:23:12 +0300 Subject: [PATCH] -Main menu align --- frontend/web/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 90584aa..0582c5b 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -91,13 +91,17 @@ header a.main:hover{ padding: 5px 0; position: relative; } -.menu li{ +.menu li + li { + margin-left: 7.38%; +} +.menu li { list-style: none; margin:0; padding:0; text-align: center; - width: 14%; - min-width: 130px; + /*width: 14%;*/ + /*min-width: 130px;*/ + max-width: 8%; } .menu li a:after { content: ''; @@ -105,7 +109,7 @@ header a.main:hover{ right: 0px; width: 1px; height: 25px; - background: #bbbbbb; + /*background: #bbbbbb;*/ position: absolute; } .menu .dropd_menu a:after, .menu li:last-child a:after{ @@ -118,7 +122,7 @@ header a.main:hover{ margin: 0 auto; line-height: 20px; width: 100%; - padding: 5px 10%; + padding: 5px 0; background-image: url('../images/line2.png'); background-position: center 55px; background-repeat: no-repeat; -- libgit2 0.21.4