CC-4734: French - UI breaks in several places
-fixed
This commit is contained in:
parent
02ac909430
commit
495fd7da1a
5 changed files with 15 additions and 4 deletions
Binary file not shown.
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
.source-info-block li {
|
||||
list-style-type:none;
|
||||
font-size:11px;
|
||||
font-size:10px;
|
||||
color:#bdbdbd;
|
||||
margin:0;
|
||||
height:15px;
|
||||
|
|
|
@ -1391,6 +1391,14 @@ h2#scheduled_playlist_name span {
|
|||
padding: 4px 0 8px;
|
||||
}
|
||||
|
||||
.user-form-label {
|
||||
width: 30% !important;
|
||||
}
|
||||
|
||||
.user-form-element {
|
||||
width: 65% !important;
|
||||
}
|
||||
|
||||
.simple-formblock dd.block-display {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -2003,7 +2011,7 @@ span.errors.sp-errors{
|
|||
background:url(images/icon_finishedplaying_m.png) no-repeat 0 0;
|
||||
}
|
||||
.preferences, .manage-folders {
|
||||
width: 500px;
|
||||
width: 610px;
|
||||
}
|
||||
|
||||
.stream-config {
|
||||
|
|
|
@ -193,4 +193,7 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
|
||||
$("dt[id$='label']").addClass('user-form-label');
|
||||
$("dd[id$='element']").addClass('user-form-element');
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue