CC-84: Smart Playlists

-UI cleanup
This commit is contained in:
denise 2012-07-30 16:42:37 -04:00
parent 99cfd72cc3
commit f91be9468f
4 changed files with 100 additions and 6 deletions

View file

@ -418,6 +418,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
}
/***** SMART PLAYLIST SPECIFIC STYLES BEGIN *****/
.sp-invisible{
visibility: hidden;
}
.sp_input_select{
width: 130px;
}