Improve scheduled task layout and data handling

This commit is contained in:
Dane Everitt 2016-03-18 16:23:10 -04:00
parent c1301c7190
commit 67d9f9f4ab
11 changed files with 639 additions and 0 deletions

View file

@ -138,6 +138,11 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
width: 100%;
}
.fuelux .input-group-btn .dropdown-menu {
max-height:250px;
overflow-y:scroll;
}
.btn-allocate-delete {
height:34px;
width:34px;
@ -149,3 +154,16 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
margin-top:22px;
}
}
.text-disabled {
color: #999;
opacity: 0.8;
}
.text-disabled code {
opacity: 0.6;
}
.text-v-center {
vertical-align: middle !important;
}