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 @@ ...@@ -69,26 +69,29 @@
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 40px; height: 60px;
z-index: 3; z-index: 3;
display: none; display: none;
} }
.fixed-header-logo{ .fixed-header-logo{
float: left; float: left;
cursor: pointer; cursor: pointer;
margin-top: 10px;
} }
.fixed-header-user{ .fixed-header-user{
float: right; float: right;
border-radius: 100%; border-radius: 100%;
cursor: pointer; cursor: pointer;
top: 10px !important
} }
.fixed-header-logo, .fixed-header-logo,
.fixed-header-user, .fixed-header-user,
.fixed-header-cart { .fixed-header-cart {
position: relative; position: relative;
top: 4px; height: 42px;
height: 32px; width: 42px;
width: 32px;
padding: 0; padding: 0;
} }
...@@ -104,7 +107,7 @@ ...@@ -104,7 +107,7 @@
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
text-align: center; text-align: center;
margin: 5px 5px 5px 2px; margin: 12px 5px 5px 2px;
} }
...@@ -112,9 +115,9 @@ ...@@ -112,9 +115,9 @@
float: right; float: right;
cursor: pointer; cursor: pointer;
margin-right: -10px; margin-right: -10px;
margin-top: 3px; margin-top: 12px;
height: 28px; height: 38px;
width: 28px; width: 38px;
} }
.no-badge { .no-badge {
...@@ -138,17 +141,18 @@ ...@@ -138,17 +141,18 @@
} }
.siteHeading { .siteHeading {
position: absolute; position: absolute;
width: 25%; width: 25%;
display: inline-block; display: inline-block;
margin-left: 20px !important; margin-left: 20px !important;
margin-top: 12px; margin: 16px;
color: #fff; color: #fff;
font-size: large;
} }
/*Fixed Header Menu*/ /*Fixed Header Menu*/
.fixed-header-nav{ .fixed-header-nav{
top: 0; top: 13px;
left: 0; left: 0;
position: fixed; position: fixed;
z-index: 4; 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