css: action bar, tables separated by day

This commit is contained in:
Thomas Gelf 2017-07-20 11:02:34 +02:00
parent cda6970594
commit 0dbc9722cf

View File

@ -1,4 +1,4 @@
div.action-bar a { div.action-bar a, div.action-bar form i {
color: @icinga-blue; color: @icinga-blue;
} }
@ -310,6 +310,7 @@ form dl {
padding: 0; padding: 0;
} }
// TODO: figure out whether form.editor and filter-related CSS is still required
div.filter > form.search, div.filter > a { div.filter > form.search, div.filter > a {
// Duplicated by quicksearch // Duplicated by quicksearch
display: none; display: none;
@ -327,7 +328,17 @@ div.filter form.editor {
} }
} }
form.editor {
select, input[type=text] {
background: white;
max-width: unset;
min-width: unset;
width: auto;
}
.tree li a {
padding: 0;
}
}
form.quicksearch { form.quicksearch {
float: right; float: right;
@ -1101,11 +1112,11 @@ table.deployment-log {
} }
} }
table.activity-log { th.table-header-day {
thead th { text-align: right;
text-align: right; }
}
table.activity-log {
tr th:first-child { tr th:first-child {
padding-left: 2em; padding-left: 2em;
} }
@ -1431,18 +1442,6 @@ div.exception {
margin: 1em; margin: 1em;
} }
form.editor {
select, input[type=text] {
background: white;
max-width: auto;
min-width: auto;
width: auto;
}
.tree li a {
padding: 0;
}
}
/** php-diff **/ /** php-diff **/
.Differences { .Differences {