Added Bootstrap CSS, images and JS for new buttons and dropdown menues
This commit is contained in:
parent
d1b4ce3de6
commit
77824afdd3
11 changed files with 5452 additions and 3308 deletions
BIN
airtime_mvc/public/css/images/icon_smart-block.png
Normal file
BIN
airtime_mvc/public/css/images/icon_smart-block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
airtime_mvc/public/css/images/icon_webstream.png
Normal file
BIN
airtime_mvc/public/css/images/icon_webstream.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
airtime_mvc/public/css/img/glyphicons-halflings-white.png
Normal file
BIN
airtime_mvc/public/css/img/glyphicons-halflings-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
airtime_mvc/public/css/img/glyphicons-halflings.png
Normal file
BIN
airtime_mvc/public/css/img/glyphicons-halflings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
airtime_mvc/public/css/img/icon_cut_white.png
Normal file
BIN
airtime_mvc/public/css/img/icon_cut_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,013 B |
|
@ -1,132 +1,225 @@
|
||||||
.lib-content .fg-toolbar ul {
|
.lib-content .fg-toolbar ul {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0.5em 0 0 10px;
|
margin: 0.5em 0 0 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lib-content .fg-toolbar ul li {
|
.lib-content .fg-toolbar ul li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lib-selected.even {
|
.lib-content .fg-toolbar ul.dropdown-menu {
|
||||||
background-color: rgba(240, 109, 53, 1);
|
float: none;
|
||||||
}
|
padding: 5px 0;
|
||||||
.lib-selected.odd {
|
margin: 2px 0 0;
|
||||||
background-color: rgba(255, 136, 56, 1);
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
.lib-content .fg-toolbar ul.dropdown-menu li {
|
||||||
#library_content {
|
list-style-type: none;
|
||||||
float: left;
|
float: none;
|
||||||
width: 50%;
|
padding: 0;
|
||||||
overflow: hidden;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.lib-content .fg-toolbar ul.dropdown-menu li.nav-header {
|
||||||
#library_display {
|
padding-right: 20px;
|
||||||
/* for breaking up long strings that don't have delimiters */
|
padding-left: 20px;
|
||||||
table-layout:fixed;
|
}
|
||||||
}
|
.lib-selected.even {
|
||||||
|
background-color: rgba(240, 109, 53, 1);
|
||||||
#library_display th {
|
}
|
||||||
text-align: left;
|
.lib-selected.odd {
|
||||||
}
|
background-color: rgba(255, 136, 56, 1);
|
||||||
|
}
|
||||||
#library_content #library_display {
|
|
||||||
width:100%;
|
#library_content {
|
||||||
}
|
float: left;
|
||||||
|
width: 50%;
|
||||||
#library_display td {
|
overflow: hidden;
|
||||||
/* for breaking up long strings that don't have delimiters */
|
}
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
#library_display {
|
||||||
|
/* for breaking up long strings that don't have delimiters */
|
||||||
#library_display th,
|
table-layout:fixed;
|
||||||
#library_display td,
|
}
|
||||||
.paginationControl {
|
|
||||||
font-size: 13px;
|
#library_display th {
|
||||||
}
|
text-align: left;
|
||||||
|
}
|
||||||
#library_content .ui-tabs-panel {
|
|
||||||
padding-top:16px;
|
#library_content #library_display {
|
||||||
}
|
width:100%;
|
||||||
|
}
|
||||||
.paginationControl {
|
|
||||||
font-size: 12px;
|
#library_display td {
|
||||||
background-color: #9a9a9a;
|
/* for breaking up long strings that don't have delimiters */
|
||||||
background: -moz-linear-gradient(top, #ababab 0, #9a9a9a 100%);
|
word-wrap: break-word;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(100%, #9a9a9a));
|
}
|
||||||
border:1px solid #5b5b5b;
|
|
||||||
border-width:0 1px 1px 1px;
|
#library_display th,
|
||||||
padding:12px 8px 8px 8px;
|
#library_display td,
|
||||||
}
|
.paginationControl {
|
||||||
|
font-size: 13px;
|
||||||
.paginationControl p {
|
}
|
||||||
color:#555555;
|
|
||||||
font-size:12px;
|
#library_content .ui-tabs-panel {
|
||||||
margin:2px 0 10px 0;
|
padding-top:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paginationControl .ui-button-text-only .ui-button-text {
|
.paginationControl {
|
||||||
padding: 0.2em 1em;
|
font-size: 12px;
|
||||||
}
|
background-color: #9a9a9a;
|
||||||
|
background: -moz-linear-gradient(top, #ababab 0, #9a9a9a 100%);
|
||||||
#library_display td {
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(100%, #9a9a9a));
|
||||||
-webkit-user-select: none;
|
border:1px solid #5b5b5b;
|
||||||
-khtml-user-select: none;
|
border-width:0 1px 1px 1px;
|
||||||
-moz-user-select: none;
|
padding:12px 8px 8px 8px;
|
||||||
-o-user-select: none;
|
}
|
||||||
user-select: none;
|
|
||||||
}
|
.paginationControl p {
|
||||||
|
color:#555555;
|
||||||
.datatable_checkbox {
|
font-size:12px;
|
||||||
text-align: center;
|
margin:2px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datatable_checkbox .DataTables_sort_wrapper {
|
.paginationControl .ui-button-text-only .ui-button-text {
|
||||||
text-align: center;
|
padding: 0.2em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.library_year {
|
#library_display td {
|
||||||
text-align: center;
|
-webkit-user-select: none;
|
||||||
}
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
td.library_track,
|
-o-user-select: none;
|
||||||
td.library_sr,
|
user-select: none;
|
||||||
td.library_bitrate {
|
}
|
||||||
text-align: right;
|
|
||||||
}
|
.datatable_checkbox {
|
||||||
|
text-align: center;
|
||||||
.library_import {
|
}
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
.datatable_checkbox .DataTables_sort_wrapper {
|
||||||
|
text-align: center;
|
||||||
.library_import img {
|
}
|
||||||
vertical-align: middle;
|
|
||||||
padding-left: 5px;
|
.library_year {
|
||||||
}
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.file_type {
|
td.library_track,
|
||||||
width:16px;
|
td.library_sr,
|
||||||
height:13px;
|
td.library_bitrate {
|
||||||
display:block;
|
text-align: right;
|
||||||
background-image: url(images/filetype_icons.png);
|
}
|
||||||
background-repeat:no-repeat;
|
|
||||||
}
|
.library_import {
|
||||||
.file_type.audioclip {
|
padding-bottom: 5px;
|
||||||
background-position: 0 0;
|
}
|
||||||
}
|
|
||||||
a.file_type.audioclip:hover {
|
.library_import img {
|
||||||
background-position: 0 -15px;
|
vertical-align: middle;
|
||||||
}
|
padding-left: 5px;
|
||||||
.file_type.playlist {
|
}
|
||||||
background-position: -20px 0;
|
|
||||||
}
|
|
||||||
a.file_type.playlist:hover {
|
.file_type {
|
||||||
background-position: -20px -15px;
|
width:16px;
|
||||||
}
|
height:13px;
|
||||||
|
display:block;
|
||||||
|
background-image: url(images/filetype_icons.png);
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
}
|
||||||
|
.file_type.audioclip {
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
|
a.file_type.audioclip:hover {
|
||||||
|
background-position: 0 -15px;
|
||||||
|
}
|
||||||
|
.file_type.playlist {
|
||||||
|
background-position: -20px 0;
|
||||||
|
}
|
||||||
|
a.file_type.playlist:hover {
|
||||||
|
background-position: -20px -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fg-toolbar .btn-toolbar {margin: 6px 5px 6px 2px;}
|
||||||
|
|
||||||
|
|
||||||
|
/* ///////////////////// ADVANCED SEARCH ///////////////////// */
|
||||||
|
.advanced_search {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.advanced_search > div {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lib-content fieldset {
|
||||||
|
border: 1px solid #9a9a9a;
|
||||||
|
margin: 0 0 8px 0;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
.lib-content > div + fieldset {
|
||||||
|
margin-top:3px;
|
||||||
|
}
|
||||||
|
.lib-content fieldset.closed {
|
||||||
|
border-width: 1px 0 0;
|
||||||
|
margin-bottom: -6px;
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
|
.dataTables_filter input[type="text"], .dataTables_filter select {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 25px;
|
||||||
|
width:60%;
|
||||||
|
}
|
||||||
|
.dataTables_filter label {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-criteria .criteria-element > div {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.search-criteria .criteria-element > div input[type="text"],
|
||||||
|
.search-criteria .criteria-element > div select {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
|
.search-criteria .criteria-element > div .btn-small {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 25px;
|
||||||
|
padding: 3px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sb-timerange .btn-small {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 25px;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin: 0 !important;
|
||||||
|
line-height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sb-timerange input {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: inline-block;
|
||||||
|
float: none !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
height: 25px;
|
||||||
|
outline: none;
|
||||||
|
vertical-align: middle !important;
|
||||||
|
}
|
|
@ -22,12 +22,12 @@
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side_playlist button {
|
/*#side_playlist button {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0 7px 20px 0;
|
margin: 0 7px 20px 0;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#side_playlist input,
|
#side_playlist input,
|
||||||
#side_playlist textarea {
|
#side_playlist textarea {
|
||||||
|
@ -48,11 +48,11 @@
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side_playlist li {
|
/*#side_playlist li {
|
||||||
width: 99.5%;
|
width: 99.5%;
|
||||||
margin-bottom:-1px;
|
margin-bottom:-1px;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#side_playlist li div.list-item-container, #side_playlist li div.list-item-container.ui-state-active {
|
#side_playlist li div.list-item-container, #side_playlist li div.list-item-container.ui-state-active {
|
||||||
height:56px;
|
height:56px;
|
||||||
|
@ -464,3 +464,4 @@ div.helper li {
|
||||||
li.spl_empty {
|
li.spl_empty {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,283 +1,280 @@
|
||||||
@CHARSET "UTF-8";
|
@CHARSET "UTF-8";
|
||||||
|
|
||||||
.sb-content {
|
.sb-content {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content .dataTables_scrolling {
|
.sb-content .dataTables_scrolling {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content .dataTables_wrapper {
|
.sb-content .dataTables_wrapper {
|
||||||
margin-left: -16px;
|
margin-left: -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-selected.even {
|
.sb-selected.even {
|
||||||
background-color: rgba(240, 109, 53, 1);
|
background-color: rgba(240, 109, 53, 1);
|
||||||
}
|
}
|
||||||
.sb-selected.odd {
|
.sb-selected.odd {
|
||||||
background-color: rgba(255, 136, 56, 1);
|
background-color: rgba(255, 136, 56, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content .fg-toolbar ul {
|
.sb-content .fg-toolbar ul {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0.5em 0 0 10px;
|
margin: 0.5em 0 0 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content .fg-toolbar ul li {
|
.sb-content .fg-toolbar ul li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-padded {
|
.sb-padded {
|
||||||
/*
|
/*
|
||||||
the padding is needed here so that the cursor arrows with a negative margin are displayable.
|
the padding is needed here so that the cursor arrows with a negative margin are displayable.
|
||||||
*/
|
*/
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset legend {
|
.sb-content fieldset legend {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset label {
|
.sb-content fieldset label {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset select {
|
.sb-content fieldset select {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content input[type="checkbox"] {
|
.sb-content input[type="checkbox"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset {
|
.sb-content fieldset {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset.closed {
|
.sb-content fieldset.closed {
|
||||||
border-width: 1px 0 0;
|
border-width: 1px 0 0;
|
||||||
margin-bottom: -16px;
|
margin-bottom: -16px;
|
||||||
margin-left:1px;
|
margin-left:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content fieldset.closed .sb-options-form {
|
.sb-content fieldset.closed .sb-options-form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content th {
|
.sb-content th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content input.input_text.hasDatepicker {
|
.sb-content input.input_text.hasDatepicker {
|
||||||
width:95px;
|
width:95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-content input.input_text.hasTimepicker {
|
.sb-content input.input_text.hasTimepicker {
|
||||||
width:60px;
|
width:60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sb-timerange {
|
div.sb-timerange {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sb-timerange div#sb_edit {
|
div.sb-timerange div#sb_edit {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sb-timerange div#sb_submit {
|
div.sb-timerange div#sb_submit {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sb-timerange input {
|
|
||||||
vertical-align: top;
|
div.sb-timerange input#sb_date_start {
|
||||||
}
|
margin-left: 30px;
|
||||||
|
}
|
||||||
div.sb-timerange input#sb_date_start {
|
|
||||||
margin-left: 30px;
|
.sb-starts,
|
||||||
}
|
.sb-ends {
|
||||||
|
text-align: center;
|
||||||
.sb-starts,
|
}
|
||||||
.sb-ends {
|
|
||||||
text-align: center;
|
.innerWrapper {
|
||||||
}
|
position:relative;
|
||||||
|
width:100%;
|
||||||
.innerWrapper {
|
}
|
||||||
position:relative;
|
.marker {
|
||||||
width:100%;
|
background: url(images/tl-arrow.png) no-repeat scroll 3px 4px;
|
||||||
}
|
top: -14px;
|
||||||
.marker {
|
display: block;
|
||||||
background: url(images/tl-arrow.png) no-repeat scroll 3px 4px;
|
height: 9px;
|
||||||
top: -14px;
|
left: -17px;
|
||||||
display: block;
|
padding: 4px 0 4px 3px;
|
||||||
height: 9px;
|
position: absolute;
|
||||||
left: -17px;
|
width: 9px;
|
||||||
padding: 4px 0 4px 3px;
|
background-color: rgba(70, 70, 70, 0.35);
|
||||||
position: absolute;
|
border-radius: 2px 0 0 2px;
|
||||||
width: 9px;
|
cursor:pointer;
|
||||||
background-color: rgba(70, 70, 70, 0.35);
|
}
|
||||||
border-radius: 2px 0 0 2px;
|
.marker:hover {
|
||||||
cursor:pointer;
|
background-color: rgba(70, 70, 70, 0.95);
|
||||||
}
|
border-radius: 2px 0 0 2px;
|
||||||
.marker:hover {
|
}
|
||||||
background-color: rgba(70, 70, 70, 0.95);
|
tr.cursor-selected-row .marker {
|
||||||
border-radius: 2px 0 0 2px;
|
background-color: rgba(215, 0, 0, 1);
|
||||||
}
|
}
|
||||||
tr.cursor-selected-row .marker {
|
|
||||||
background-color: rgba(215, 0, 0, 1);
|
table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-row th {
|
||||||
}
|
border-top: 1px solid rgba(215, 0, 0, 1) !important;
|
||||||
|
}
|
||||||
table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-row th {
|
|
||||||
border-top: 1px solid rgba(215, 0, 0, 1) !important;
|
.sb-content .sb-past {
|
||||||
}
|
opacity: .6;
|
||||||
|
}
|
||||||
.sb-content .sb-past {
|
|
||||||
opacity: .6;
|
.sb-placeholder {
|
||||||
}
|
height: 35px;
|
||||||
|
padding: 5px;
|
||||||
.sb-placeholder {
|
}
|
||||||
height: 35px;
|
|
||||||
padding: 5px;
|
.sb-boundry td.sb-image,
|
||||||
}
|
.sb-boundry td.sb-starts,
|
||||||
|
.sb-boundry td.sb-ends,
|
||||||
.sb-boundry td.sb-image,
|
.sb-boundry td.sb-length,
|
||||||
.sb-boundry td.sb-starts,
|
.sb-boundry td.sb-title,
|
||||||
.sb-boundry td.sb-ends,
|
.sb-boundry td.sb-creator,
|
||||||
.sb-boundry td.sb-length,
|
.sb-boundry td.sb-album,
|
||||||
.sb-boundry td.sb-title,
|
.sb-boundry td.sb-cue-in,
|
||||||
.sb-boundry td.sb-creator,
|
.sb-boundry td.sb-cue-out,
|
||||||
.sb-boundry td.sb-album,
|
.sb-boundry td.sb-fade-in,
|
||||||
.sb-boundry td.sb-cue-in,
|
.sb-boundry td.sb-fade-out {
|
||||||
.sb-boundry td.sb-cue-out,
|
background-color: rgba(230, 106, 49, 0.5);
|
||||||
.sb-boundry td.sb-fade-in,
|
}
|
||||||
.sb-boundry td.sb-fade-out {
|
|
||||||
background-color: rgba(230, 106, 49, 0.5);
|
.sb-over td.sb-image,
|
||||||
}
|
.sb-over td.sb-starts,
|
||||||
|
.sb-over td.sb-ends,
|
||||||
.sb-over td.sb-image,
|
.sb-over td.sb-length,
|
||||||
.sb-over td.sb-starts,
|
.sb-over td.sb-title,
|
||||||
.sb-over td.sb-ends,
|
.sb-over td.sb-creator,
|
||||||
.sb-over td.sb-length,
|
.sb-over td.sb-album,
|
||||||
.sb-over td.sb-title,
|
.sb-over td.sb-cue-in,
|
||||||
.sb-over td.sb-creator,
|
.sb-over td.sb-cue-out,
|
||||||
.sb-over td.sb-album,
|
.sb-over td.sb-fade-in,
|
||||||
.sb-over td.sb-cue-in,
|
.sb-over td.sb-fade-out {
|
||||||
.sb-over td.sb-cue-out,
|
background-color: rgba(255, 0, 0, 0.5);
|
||||||
.sb-over td.sb-fade-in,
|
}
|
||||||
.sb-over td.sb-fade-out {
|
|
||||||
background-color: rgba(255, 0, 0, 0.5);
|
.sb-now-playing td {
|
||||||
}
|
background-color: rgba(23, 235, 37, 1) !important;
|
||||||
|
}
|
||||||
.sb-now-playing td {
|
|
||||||
background-color: rgba(23, 235, 37, 1) !important;
|
.sb-content.padded {
|
||||||
}
|
padding: 8px 8px 8px 16px;
|
||||||
|
}
|
||||||
.sb-content.padded {
|
|
||||||
padding: 8px 8px 8px 16px;
|
table.dataTable tr.sb-past,
|
||||||
}
|
table.dataTable tr.sb-header,
|
||||||
|
table.dataTable tr.sb-footer,
|
||||||
table.dataTable tr.sb-past,
|
table.dataTable tr.sb-not-allowed {
|
||||||
table.dataTable tr.sb-header,
|
cursor: auto;
|
||||||
table.dataTable tr.sb-footer,
|
}
|
||||||
table.dataTable tr.sb-not-allowed {
|
|
||||||
cursor: auto;
|
table.dataTable td.sb-image {
|
||||||
}
|
cursor: pointer;
|
||||||
|
}
|
||||||
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%);
|
||||||
table.datatable tr.sb-header.odd td, table.datatable tr.sb-header.even td,
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4a4a4), color-stop(100%, #bcbcbc));
|
||||||
table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hover td{
|
background: linear-gradient(top, #a4a4a4 0, #bcbcbc 100%);
|
||||||
background: -moz-linear-gradient(top, #a4a4a4 0, #bcbcbc 100%);
|
border-top-color:#6b6a6a !important;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4a4a4), color-stop(100%, #bcbcbc));
|
}
|
||||||
background: linear-gradient(top, #a4a4a4 0, #bcbcbc 100%);
|
|
||||||
border-top-color:#6b6a6a !important;
|
.sb-content tr:last-child td {
|
||||||
}
|
border-bottom-width: 1px !important;
|
||||||
|
border-bottom-color:#6b6a6a !important;
|
||||||
.sb-content tr:last-child td {
|
}
|
||||||
border-bottom-width: 1px !important;
|
|
||||||
border-bottom-color:#6b6a6a !important;
|
.sb-header div.ui-state-default {
|
||||||
}
|
float: left;
|
||||||
|
}
|
||||||
.sb-header div.ui-state-default {
|
|
||||||
float: left;
|
.sb-content input.ui-button {
|
||||||
}
|
padding: 3px 1em;
|
||||||
|
}
|
||||||
.sb-content input.ui-button {
|
.color-box {
|
||||||
padding: 3px 1em;
|
position:absolute;
|
||||||
}
|
top:-5px;
|
||||||
.color-box {
|
bottom:-5px;
|
||||||
position:absolute;
|
left:-5px;
|
||||||
top:-5px;
|
width:27px;
|
||||||
bottom:-5px;
|
background: rgba(140, 2, 140, 1);
|
||||||
left:-5px;
|
}
|
||||||
width:27px;
|
|
||||||
background: rgba(140, 2, 140, 1);
|
.show-title, .show-time {
|
||||||
}
|
display:inline-block;
|
||||||
|
font-size:13px;
|
||||||
.show-title, .show-time {
|
}
|
||||||
display:inline-block;
|
.show-title {
|
||||||
font-size:13px;
|
font-weight: bold;
|
||||||
}
|
margin: 0 8px;
|
||||||
.show-title {
|
}
|
||||||
font-weight: bold;
|
|
||||||
margin: 0 8px;
|
.show-date {
|
||||||
}
|
font-size:12px;
|
||||||
|
color: #363636;
|
||||||
.show-date {
|
margin-left: 5px;
|
||||||
font-size:12px;
|
}
|
||||||
color: #363636;
|
|
||||||
margin-left: 5px;
|
.show-time {
|
||||||
}
|
font-size:12px;
|
||||||
|
color: #363636;
|
||||||
.show-time {
|
margin: 0 5px;
|
||||||
font-size:12px;
|
}
|
||||||
color: #363636;
|
|
||||||
margin: 0 5px;
|
.push-right {
|
||||||
}
|
float:right;
|
||||||
|
margin-right:5px;
|
||||||
.push-right {
|
}
|
||||||
float:right;
|
|
||||||
margin-right:5px;
|
/*
|
||||||
}
|
* keep the dialog css at the bottom so it can override previous rules if needed.
|
||||||
|
*/
|
||||||
/*
|
|
||||||
* keep the dialog css at the bottom so it can override previous rules if needed.
|
.ui-dialog .wrapper {
|
||||||
*/
|
margin: 0;
|
||||||
|
padding: 10px 0 0 0;
|
||||||
.ui-dialog .wrapper {
|
overflow: hidden;
|
||||||
margin: 0;
|
}
|
||||||
padding: 10px 0 0 0;
|
|
||||||
overflow: hidden;
|
.ui-dialog .lib_content {
|
||||||
}
|
margin: 0 10px 10px 0;
|
||||||
|
overflow: auto;
|
||||||
.ui-dialog .lib_content {
|
min-height: 0;
|
||||||
margin: 0 10px 10px 0;
|
}
|
||||||
overflow: auto;
|
|
||||||
min-height: 0;
|
.ui-dialog .sb-content {
|
||||||
}
|
margin: 0 0 10px 0;
|
||||||
|
overflow: auto;
|
||||||
.ui-dialog .sb-content {
|
}
|
||||||
margin: 0 0 10px 0;
|
|
||||||
overflow: auto;
|
.ui-dialog .lib_content .padded {
|
||||||
}
|
padding: 5px 10px 5px 8px;
|
||||||
|
}
|
||||||
.ui-dialog .lib_content .padded {
|
|
||||||
padding: 5px 10px 5px 8px;
|
.ui-dialog .sb_content .padded {
|
||||||
}
|
padding: 5px 10px 5px 16px;
|
||||||
|
|
||||||
.ui-dialog .sb_content .padded {
|
|
||||||
padding: 5px 10px 5px 16px;
|
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
2027
airtime_mvc/public/js/bootstrap/bootstrap.js
vendored
Normal file
2027
airtime_mvc/public/js/bootstrap/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
6
airtime_mvc/public/js/bootstrap/bootstrap.min.js
vendored
Normal file
6
airtime_mvc/public/js/bootstrap/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue