improved look and feel for toolbar in data tables

added tool links to data tables
This commit is contained in:
Kevin Papst
2018-01-05 20:27:02 +01:00
parent a7bee68b0b
commit 6b9fed69f1
9 changed files with 214 additions and 229 deletions

View File

@@ -33,6 +33,9 @@ li.open .ticktac i.running{
/* ================================ TOOLBAR ================================ */
.box-header .box-title.toolbar form {
font-size: 13px;
}
.toolbar form input,
.toolbar form select {
display: inline-block;
@@ -43,6 +46,10 @@ li.open .ticktac i.running{
display: inline;
}
.box-header .toolbar form .form-control {
height: 25px;
}
/* ================================ SIDEBAR ================================ */
/* Used for the Sidebar UserPanel (which is deactivated right now) */