Header redesign - fixes #116
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
@@ -126,16 +126,23 @@ button:hover {
|
||||
position: relative;
|
||||
z-index: 120;
|
||||
height: 44px;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#board-header h1 {
|
||||
#board-header > * {
|
||||
font-size: 14pt;
|
||||
margin: 0;
|
||||
padding: 12px;
|
||||
padding: 7px;
|
||||
margin: 7px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#board-header > a {
|
||||
background: url('/core/img/breadcrumb.svg?v=1');
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
background-size: auto 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
#board-actions {
|
||||
font-size: 10pt;
|
||||
float: right;
|
||||
@@ -185,28 +192,24 @@ button:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.board-action-button {
|
||||
font-size: 12pt;
|
||||
font-weight: 100;
|
||||
border: none;
|
||||
margin-left: 10px;
|
||||
#board-header > .board-action-button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#stack-add {
|
||||
float: right;
|
||||
margin: 8px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #bbb;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(240,240,240,.9);
|
||||
border-radius: 3px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#stack-add input {
|
||||
padding: 4px 5px;
|
||||
padding: 7px;
|
||||
margin: 0px;
|
||||
border: 0px none transparent;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
min-height: initial;
|
||||
background-color: rgba(240,240,240,.9);
|
||||
}
|
||||
|
||||
#stack-add input:invalid {
|
||||
@@ -928,6 +931,10 @@ button:hover {
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.icon-home {
|
||||
background-image: url('/core/img/places/home.svg');
|
||||
}
|
||||
|
||||
/**
|
||||
* Hotfix for https://github.com/angular-ui/ui-select/issues/1652
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user