Improve scheduled task layout and data handling
This commit is contained in:
parent
c1301c7190
commit
67d9f9f4ab
11 changed files with 639 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue