Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
44f3020709
6 changed files with 170 additions and 162 deletions
BIN
airtime_mvc/public/css/images/icon_alert_cal.png
Normal file
BIN
airtime_mvc/public/css/images/icon_alert_cal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
airtime_mvc/public/css/images/icon_alert_cal_alt.png
Normal file
BIN
airtime_mvc/public/css/images/icon_alert_cal_alt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
airtime_mvc/public/css/images/icon_play_cal.png
Normal file
BIN
airtime_mvc/public/css/images/icon_play_cal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -41,6 +41,11 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 18px;
|
min-height: 18px;
|
||||||
-moz-user-select: -moz-none;
|
-moz-user-select: -moz-none;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item.icon {
|
.context-menu-item.icon {
|
||||||
|
|
|
@ -21,7 +21,14 @@
|
||||||
.spl_fade_out {
|
.spl_fade_out {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
#spl_sortable > li {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom:-1px;
|
||||||
|
position:relative;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
/*#side_playlist button {
|
/*#side_playlist button {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -48,12 +55,6 @@
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#side_playlist li {
|
|
||||||
width: 99.5%;
|
|
||||||
margin-bottom:-1px;
|
|
||||||
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;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -1373,7 +1373,11 @@ h2#scheduled_playlist_name span {
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-formblock .liquidsoap_status{
|
.simple-formblock .liquidsoap_status{
|
||||||
width: 95%;
|
width: 100%;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 4px 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-formblock dd.block-display {
|
.simple-formblock dd.block-display {
|
||||||
|
@ -1936,8 +1940,8 @@ span.errors.sp-errors{
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
}
|
}
|
||||||
.small-icon.now-playing {
|
.small-icon.now-playing {
|
||||||
background:url(images/icon_nowplaying_n.png) no-repeat 0 0;
|
background:url(images/icon_play_cal.png) no-repeat 0 0;
|
||||||
height:8px;
|
height:10px;
|
||||||
}
|
}
|
||||||
.small-icon.progress {
|
.small-icon.progress {
|
||||||
background:url(images/upload-icon.gif) no-repeat;
|
background:url(images/upload-icon.gif) no-repeat;
|
||||||
|
@ -1956,9 +1960,7 @@ span.errors.sp-errors{
|
||||||
margin-left:1px;
|
margin-left:1px;
|
||||||
}
|
}
|
||||||
.small-icon.show-empty {
|
.small-icon.show-empty {
|
||||||
background:url(redmond/images/ui-icons_ff5d1a_256x240.png) no-repeat 0 -144px;
|
background:url(images/icon_alert_cal_alt.png) no-repeat 0 0;
|
||||||
width: 16px;
|
|
||||||
margin-top: 0px !important;
|
|
||||||
}
|
}
|
||||||
.medium-icon {
|
.medium-icon {
|
||||||
display:block;
|
display:block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue