CC-84: Smart Playlists
- ui clean-up
This commit is contained in:
parent
2dae5f30f7
commit
1bb97c8603
5 changed files with 36 additions and 9 deletions
|
@ -420,6 +420,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
|||
width: 130px;
|
||||
}
|
||||
|
||||
.sp_input_text_limit{
|
||||
width: 75px !important;
|
||||
}
|
||||
|
||||
input.input_text.sp_input_text{
|
||||
width: 200px !important;
|
||||
}
|
||||
|
@ -428,6 +432,17 @@ input.input_text.sp_extra_input_text{
|
|||
width: 85px !important;
|
||||
}
|
||||
|
||||
.sp-ui-button-icon-only .ui-icon{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.sp-add .sp-ui-button-icon-only .ui-icon{
|
||||
left: 90% !important;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size:13px;
|
||||
color:#5b5b5b;
|
||||
|
@ -1431,7 +1446,7 @@ div.errors, span.errors{
|
|||
}
|
||||
|
||||
span.errors.sp-errors{
|
||||
width: 400px;
|
||||
width: 466px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue