show contents mostly styled, playlist choices needs work.
This commit is contained in:
parent
e3cf552a22
commit
e269b74e25
3 changed files with 87 additions and 21 deletions
|
@ -8,7 +8,7 @@ div.ui-datepicker {
|
|||
|
||||
#schedule_playlist_dialog > div {
|
||||
float: left;
|
||||
width: 500px;
|
||||
width: 510px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
@ -16,22 +16,77 @@ div.ui-datepicker {
|
|||
list-style-type: none;
|
||||
overflow: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 300px;
|
||||
padding: 10px 5px;
|
||||
height: 275px;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > div {
|
||||
#schedule_playlist_chosen li {
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 0;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > h3 {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 475px;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > h3 > div {
|
||||
float: left;
|
||||
margin: 0 5px 2px 0;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li {
|
||||
#schedule_playlist_chosen li > h3 > div > span.ui-icon {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li div{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > div{
|
||||
width: 475px;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > div > div > span{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#schedule_playlist_chosen li > div > div{
|
||||
clear: left;
|
||||
padding-top: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.sched_description {
|
||||
clear: left;
|
||||
font-size: 85%;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.sh_pl_name {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.sh_pl_creator {
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.sh_pl_time {
|
||||
width: 125px;
|
||||
}
|
||||
|
||||
.sh_file_name {
|
||||
display: inline-block;
|
||||
width: 325px;
|
||||
}
|
||||
|
||||
.sh_file_artist {
|
||||
font-size: 90%;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#show_time_info > div, #show_time_info > span{
|
||||
|
@ -41,6 +96,7 @@ div.ui-datepicker {
|
|||
#show_progressbar {
|
||||
width: 150px;
|
||||
height: 5px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.time {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue