No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
47
ControlPanel/themes/AdminLTE/modules/cron/user_cron.css
Normal file
47
ControlPanel/themes/AdminLTE/modules/cron/user_cron.css
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
.content-wrapper .log .table:first-of-type {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.content-wrapper .log b table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content-wrapper .log b table td:not(:last-of-type){
|
||||
width: 60px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content-wrapper input.form-control:not([name="command"]) {
|
||||
width: 46px;
|
||||
min-width: 46px;
|
||||
}
|
||||
|
||||
.content-wrapper [id^="refreshed"] td:not(:last-of-type) {
|
||||
width: 58px;
|
||||
min-width: 58px;
|
||||
}
|
||||
|
||||
.content-wrapper select[name="action"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.content-wrapper .log {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.content-wrapper .center td:not(:nth-last-child(1)):not(:nth-last-child(2)) {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
/* table responsive */
|
||||
.content-wrapper [id^="refreshed"] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.content-wrapper select[name="homeid_ip_port"],
|
||||
.content-wrapper input[name="command"] {
|
||||
min-width: 200px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue