Header: add border bottom, fix overlapping shadow

This commit is contained in:
Brian Federle 2013-09-24 14:06:18 -07:00
parent 2bc536b81b
commit a0d46a7ce6
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,9 @@ body {
#header {
@include csui-header;
position: relative;
z-index: 2;
.controls {
position: relative;
@ -137,6 +140,7 @@ body {
height: 100%;
float: left;
box-shadow: -5px 0px 10px #b6b6b6;
z-index: 1;
.container {
width: 100%;

View File

@ -7,6 +7,7 @@
);
background-size: auto, cover;
border-bottom: 2px solid #0c89d0;
.logo {
background: url(csui/img/header/logo.png) no-repeat left;