added styles for the redesigned preferences screen. Issue CC-2145
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
This commit is contained in:
parent
108b518b1a
commit
6cbbd62a3c
1 changed files with 47 additions and 2 deletions
|
@ -1269,9 +1269,8 @@ div.success{
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px 0;
|
||||||
}
|
}
|
||||||
#schedule-add-show .button-bar.bottom {
|
#schedule-add-show .button-bar.bottom {
|
||||||
margin: 16px 0 0 0;
|
margin: 16px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schedule {
|
.schedule {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:38px;
|
height:38px;
|
||||||
|
@ -1541,3 +1540,49 @@ div.success{
|
||||||
.medium-icon.finishedplaying {
|
.medium-icon.finishedplaying {
|
||||||
background:url(images/icon_finishedplaying_m.png) no-repeat 0 0;
|
background:url(images/icon_finishedplaying_m.png) no-repeat 0 0;
|
||||||
}
|
}
|
||||||
|
.preferences {
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt.block-display, dd.block-display {
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
.preferences dt.block-display, .preferences dd.block-display {
|
||||||
|
padding: 0 0 5px 0;
|
||||||
|
}
|
||||||
|
.preferences dd.block-display {
|
||||||
|
margin-bottom:4px;
|
||||||
|
}
|
||||||
|
.preferences dd.block-display:last-child {
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
|
.simple-formblock dd.block-display {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.preferences input[type="radio"] {
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.preferences label input[type="radio"] {
|
||||||
|
margin:0 1px 0 0;
|
||||||
|
}
|
||||||
|
.preferences label input[type="checkbox"] {
|
||||||
|
margin:0 5px 0 0;
|
||||||
|
}
|
||||||
|
dd.radio-inline-list, .preferences dd.radio-inline-list {
|
||||||
|
margin-bottom:6px;
|
||||||
|
}
|
||||||
|
.radio-inline-list label {
|
||||||
|
margin-right:12px;
|
||||||
|
}
|
||||||
|
.preferences.simple-formblock dd.block-display {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.preferences dd.block-display .input_select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.preferences dd.block-display .input_text_area, .preferences dd.block-display .input_text {
|
||||||
|
width: 99.5%;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue