Commit 29208b67 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174346 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a9d5a461
......@@ -69,26 +69,29 @@
top: 0;
left: 0;
width: 100%;
height: 40px;
height: 60px;
z-index: 3;
display: none;
}
.fixed-header-logo{
float: left;
cursor: pointer;
margin-top: 10px;
}
.fixed-header-user{
float: right;
border-radius: 100%;
cursor: pointer;
top: 10px !important
}
.fixed-header-logo,
.fixed-header-user,
.fixed-header-cart {
position: relative;
top: 4px;
height: 32px;
width: 32px;
height: 42px;
width: 42px;
padding: 0;
}
......@@ -104,7 +107,7 @@
height: 16px;
line-height: 16px;
text-align: center;
margin: 5px 5px 5px 2px;
margin: 12px 5px 5px 2px;
}
......@@ -112,9 +115,9 @@
float: right;
cursor: pointer;
margin-right: -10px;
margin-top: 3px;
height: 28px;
width: 28px;
margin-top: 12px;
height: 38px;
width: 38px;
}
.no-badge {
......@@ -138,17 +141,18 @@
}
.siteHeading {
position: absolute;
width: 25%;
display: inline-block;
margin-left: 20px !important;
margin-top: 12px;
color: #fff;
position: absolute;
width: 25%;
display: inline-block;
margin-left: 20px !important;
margin: 16px;
color: #fff;
font-size: large;
}
/*Fixed Header Menu*/
.fixed-header-nav{
top: 0;
top: 13px;
left: 0;
position: fixed;
z-index: 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment