Commit c8cecfe1fa36b93f3c1f5088db666fbcaf88dbb7

Authored by Eugeny Galkovskiy
1 parent f5627e49

290616

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -165,7 +165,7 @@ button:focus {outline: none;}
165 165 }
166 166 .menu_up .home_button{float:left;}
167 167 .menu_up .home_button a{
168   - background:url('../images/ico_home.png') right center no-repeat;
  168 + background:url('../images/ico_home.png') center center no-repeat;
169 169 height:60px;
170 170 display: table-cell;
171 171 vertical-align: middle;
... ... @@ -174,7 +174,7 @@ button:focus {outline: none;}
174 174 padding:0 !important;
175 175 }
176 176 .menu_up .home_button a:hover{
177   - background:url('../images/ico_home_black.png') right center no-repeat;
  177 + background:url('../images/ico_home_black.png') center center no-repeat;
178 178 background-color:#ffde00;
179 179 }
180 180 .menu_item a:after{
... ...