CC-84: Smart Playlists

-hides playlist content if dynamic instead of disabling
-show the user how many files match specified criteria
This commit is contained in:
denise 2012-07-19 14:52:39 -04:00
parent 0322e6b0c6
commit 9fcc851523
5 changed files with 94 additions and 18 deletions

View file

@ -435,11 +435,15 @@ input.input_text.sp_extra_input_text{
}
.sp_text_font{
font-size:13px;
font-family:Helvetica, Arial, sans-serif;
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
color: #5B5B5B;
}
.sp_text_font_bold{
font-weight: bold;
}
.sp-ui-button-icon-only {
position: relative;
top: 5px;
@ -458,6 +462,21 @@ input.input_text.sp_extra_input_text{
margin-right: 0px !important;
margin-left: 10px !important;
}
.sp-checked-icon{
width: 16px !important;
display: inline-block !important;
}
.sp-warning-icon{
margin: 0;
background-image: url(redmond/images/ui-icons_ff5d1a_256x240.png);
background-repeat: no-repeat;
background-position: 0px -140px;
height:16px;
width: 16px;
display: inline-block;
}
/***** SMART PLAYLIST SPECIFIC STYLES END *****/
label {