CC-3845 : General UI cleanup
This commit is contained in:
parent
5d3382a3d9
commit
ff1327881a
12 changed files with 132 additions and 36 deletions
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
#library_display th {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#library_content #library_display {
|
||||
|
@ -53,14 +53,6 @@
|
|||
padding-top:16px;
|
||||
}
|
||||
|
||||
.lib-content table th.ui-state-default {
|
||||
background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2));
|
||||
background: linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
border: 1px solid #8F8F8F;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.paginationControl {
|
||||
font-size: 12px;
|
||||
background-color: #9a9a9a;
|
||||
|
|
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;
|
||||
}
|
|
@ -95,6 +95,17 @@
|
|||
width:60px;
|
||||
}
|
||||
|
||||
div.sb-timerange {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.sb-timerange div {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
padding: 3px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.sb-starts,
|
||||
.sb-ends {
|
||||
text-align: center;
|
||||
|
@ -174,6 +185,17 @@ table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-ro
|
|||
padding: 8px 8px 8px 16px;
|
||||
}
|
||||
|
||||
table.dataTable tr.sb-past,
|
||||
table.dataTable tr.sb-header,
|
||||
table.dataTable tr.sb-footer,
|
||||
table.dataTable tr.sb-not-allowed {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
table.dataTable td.sb-image {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table.datatable tr.sb-header.odd td, table.datatable tr.sb-header.even td,
|
||||
table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hover td{
|
||||
background: -moz-linear-gradient(top, #a4a4a4 0, #bcbcbc 100%);
|
||||
|
@ -191,14 +213,6 @@ table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hov
|
|||
float: left;
|
||||
}
|
||||
|
||||
.sb-content table th.ui-state-default {
|
||||
background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2));
|
||||
background: linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
border: 1px solid #8F8F8F;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.sb-content input.ui-button {
|
||||
padding: 3px 1em;
|
||||
}
|
||||
|
|
|
@ -654,14 +654,19 @@ dl.inline-list dd {
|
|||
padding: 2px 2px 2px 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
#library_display thead th, #library_display tbody td {
|
||||
table.dataTable tbody tr,
|
||||
table.dataTable span.DataTables_sort_icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
#library_display thead th.library_checkbox,
|
||||
#library_display thead th.library_id,
|
||||
#library_display thead th.library_title {
|
||||
cursor: default;
|
||||
|
||||
table.dataTable th.ui-state-default {
|
||||
background: -moz-linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2b2b2), color-stop(100%, #a2a2a2));
|
||||
background: linear-gradient(top, #b2b2b2 0, #a2a2a2 100%);
|
||||
border: 1px solid #8F8F8F;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.ColVis.TableTools .ui-button {
|
||||
height: 21px;
|
||||
}
|
||||
|
@ -2607,12 +2612,12 @@ dd .stream-status {
|
|||
overflow: hidden;
|
||||
margin: 3px 0 0 10px;
|
||||
}
|
||||
.close-round:hover {
|
||||
background-position:0 -18px;
|
||||
}
|
||||
.close-round:active {
|
||||
background-position:0 -36px;
|
||||
}
|
||||
.close-round:hover {
|
||||
background-position:0 -36px;
|
||||
}
|
||||
.close-round:active {
|
||||
background-position:0 -36px;
|
||||
}
|
||||
|
||||
|
||||
/*---//////////////////// NEW BUTTONS ////////////////////---*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue