CC-3845 : General UI cleanup
This commit is contained in:
parent
5d3382a3d9
commit
ff1327881a
12 changed files with 132 additions and 36 deletions
25
airtime_mvc/public/css/playouthistory.css
Normal file
25
airtime_mvc/public/css/playouthistory.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
.dataTables_filter input {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#history_content input.input_text.hasDatepicker {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
#history_content input.input_text.hasTimepicker {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
div.his-timerange {
|
||||
position: relative;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.his-timerange div {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
padding: 3px;
|
||||
margin-left: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue