prefs-set -> prefs
This commit is contained in:
parent
cbd119c7a3
commit
8819272db1
|
@ -562,7 +562,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||||
|
|
||||||
if ($item = $prefs_available[$pref_name]) {
|
if ($item = $prefs_available[$pref_name]) {
|
||||||
|
|
||||||
print "<fieldset class='prefs-set'>";
|
print "<fieldset class='prefs'>";
|
||||||
|
|
||||||
print "<label for='CB_$pref_name'>";
|
print "<label for='CB_$pref_name'>";
|
||||||
print $item['short_desc'] . ":";
|
print $item['short_desc'] . ":";
|
||||||
|
@ -783,7 +783,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||||
$checked = "";
|
$checked = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<fieldset class='prefs-set'>
|
print "<fieldset class='prefs'>
|
||||||
<label>$name:</label>
|
<label>$name:</label>
|
||||||
<label class='checkbox plugin-desc' id='PLABEL-$name'>
|
<label class='checkbox plugin-desc' id='PLABEL-$name'>
|
||||||
<input disabled='1'
|
<input disabled='1'
|
||||||
|
@ -822,7 +822,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||||
$checked = "checked='1'";
|
$checked = "checked='1'";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<fieldset class='prefs-set'>
|
print "<fieldset class='prefs'>
|
||||||
<label>$name:</label>
|
<label>$name:</label>
|
||||||
<label class='checkbox plugin-desc' id='PLABEL-$name'>
|
<label class='checkbox plugin-desc' id='PLABEL-$name'>
|
||||||
<input name='plugins[]' value='$name' dojoType='dijit.form.CheckBox' $checked $disabled type='checkbox'>
|
<input name='plugins[]' value='$name' dojoType='dijit.form.CheckBox' $checked $disabled type='checkbox'>
|
||||||
|
|
|
@ -1458,18 +1458,18 @@ body.ttrss_prefs .user-css-editor {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label:first-of-type {
|
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
margin-right: 150px;
|
margin-right: 150px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc .dijitCheckBox {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set .help-text {
|
body.ttrss_prefs fieldset.prefs .help-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -80,7 +80,7 @@ body.ttrss_prefs {
|
||||||
width : 575px;
|
width : 575px;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.prefs-set {
|
fieldset.prefs {
|
||||||
label:first-of-type {
|
label:first-of-type {
|
||||||
min-width : 300px;
|
min-width : 300px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1459,18 +1459,18 @@ body.ttrss_prefs .user-css-editor {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label:first-of-type {
|
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
margin-right: 150px;
|
margin-right: 150px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc .dijitCheckBox {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set .help-text {
|
body.ttrss_prefs fieldset.prefs .help-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1459,18 +1459,18 @@ body.ttrss_prefs .user-css-editor {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 575px;
|
width: 575px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label:first-of-type {
|
body.ttrss_prefs fieldset.prefs label:first-of-type {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
margin-right: 150px;
|
margin-right: 150px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {
|
body.ttrss_prefs fieldset.prefs label.plugin-desc .dijitCheckBox {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs fieldset.prefs-set .help-text {
|
body.ttrss_prefs fieldset.prefs .help-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue