Fix sidebar and colorize header

This commit is contained in:
Julius Haertl
2016-07-31 00:49:30 +02:00
parent 9abd92c4e4
commit 0e7a71787f
5 changed files with 27 additions and 11 deletions

View File

@@ -29,6 +29,16 @@
cursor: pointer;
}
#app-view {
position: relative;
height: 100%;
white-space: nowrap;
overflow: none;
padding: 0;
z-index: 100;
width: 100%;
}
#board-status {
position:absolute;
z-index:999;
@@ -54,13 +64,15 @@
width: inherit;
color: #333333;
position:relative;
z-index:200;
background-color:#f7f7f7;
z-index:120;
height: 44px;
background-color: #eee;
}
#board-header h1 {
font-size:14pt;
margin: 0;
padding:10px;
padding:12px;
padding-left:50px;
}
#board-actions {
@@ -661,4 +673,4 @@ margin-bottom:2px; width:100%;
.shareOption {
margin-top:4px;
}
}