css changes

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-06-21 22:26:20 +02:00
committed by Julius Härtl
parent b15555e5e2
commit e970fca3f3

View File

@@ -685,7 +685,6 @@ button.button-inline:hover {
min-width: 240px; min-width: 240px;
height: 34px; height: 34px;
display: flex; display: flex;
margin: 3px 3px 3px 0;
} }
.colorselect .color { .colorselect .color {
@@ -740,6 +739,7 @@ button.button-inline:hover {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
display: block; display: block;
margin: 2px 0px;
} }
.popovermenu ul { .popovermenu ul {
@@ -813,6 +813,11 @@ button.button-inline:hover {
#boardlist .board-edit-controls { #boardlist .board-edit-controls {
float: right; float: right;
display: flex;
}
#boardlist .app-navigation-entry-edit input {
margin: 0px;
} }
/** /**