mirror of https://github.com/apache/cloudstack.git
Header: add border bottom, fix overlapping shadow
This commit is contained in:
parent
2bc536b81b
commit
a0d46a7ce6
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
);
|
||||
|
||||
background-size: auto, cover;
|
||||
border-bottom: 2px solid #0c89d0;
|
||||
|
||||
.logo {
|
||||
background: url(csui/img/header/logo.png) no-repeat left;
|
||||
|
|
|
|||
Loading…
Reference in New Issue