Skip to content

Commit

Permalink
Merge 5c566e9 into a02f68c
Browse files Browse the repository at this point in the history
  • Loading branch information
gautampanday committed May 18, 2015
2 parents a02f68c + 5c566e9 commit 12bb643
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ section.products{
text-decoration: none;
}
.header-submenu li{
padding: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-top: 5px;
}
.header-submenu li a:hover{
color: #06A2DC;
Expand All @@ -501,8 +503,8 @@ section.products{
width: 1140px;
height: 250px;
overflow: hidden;
border-top: 6px solid #4B6A84;
border-bottom: 6px solid #4B6A84;
border-top: 6px solid #07A2DC;
border-bottom: 6px solid #07A2DC;
padding: 20px 0;
}
.main-navigation li:hover .container{
Expand Down Expand Up @@ -1874,7 +1876,11 @@ h3.product-item-name{
#search_form{
position: relative;
}
.cart-add-msg{
.header-submenu ul > :first-child{
font-size: 17px;
font-weight: 600;
padding-left: 5px;
}.cart-add-msg{
background: #fff;
border: 1px solid #eee;
position: absolute;
Expand Down

0 comments on commit 12bb643

Please sign in to comment.