CC-84: Smart Playlists

- added scrolling on qtip
This commit is contained in:
denise 2012-08-01 14:43:52 -04:00
parent 0f681d7c25
commit 7d788c51b2
4 changed files with 16 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -418,6 +418,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
}
/***** LIBRARY QTIP METADATA SPECIFIC STYLES BEGIN *****/
.ui-tooltip-dark.file-md-long{
max-width: 415px !important;
}
.library-get-file-md tr td{
font-size:10px;
padding: 0px;
@ -426,6 +430,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
table.library-get-file-md{
margin-left:15px;
margin-right:15px;
width:350px;
}
@ -447,11 +452,11 @@ table.library-get-file-md.table-small{
}
.file-md-qtip-row-width-artist{
width:100px;
width:110px;
}
.file-md-qtip-row-width-small{
width:50x;
width:40x;
text-align:right;
}