mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Improve scheduled task layout and data handling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user