File tree 2 files changed +13
-5
lines changed
fp-interface/themes/leggero/leggero-v2/res
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 51
51
<dd ><input type =" text" name =" email" id =" email" class =" textinput { $class } "
52
52
value =" { $flatpress .email} " /></dd >
53
53
54
- <dt > { $panelstrings .notifications} </dt >
54
+ <dt >< label > { $panelstrings .notifications} </ label > </dt >
55
55
<dd >
56
56
<label for =" notify" >
57
57
<input type =" checkbox" name =" notify" id =" notify" { if $flatpress .NOTIFY} checked =" checked" { /if } />
91
91
<h2 > { $panelstrings .intsetts} </h2 >
92
92
93
93
<dl class =" option-list" >
94
- <dt > { $panelstrings .utctime} </dt >
94
+ <dt >< label > { $panelstrings .utctime} </ label > </dt >
95
95
{ assign var= temp_time value= " %b %d %Y %H:%M:%S" }
96
96
<dd > <code > { " r" |date:$smarty .now} </code > </dd >
97
97
Original file line number Diff line number Diff line change @@ -183,13 +183,21 @@ input#subject {
183
183
padding-left : 1em
184
184
}
185
185
186
- # admin-bbcode-toolbar p { display : inline }
186
+ # admin-bbcode-toolbar {
187
+ display : table
188
+ }
187
189
188
- # admin-bbcode-toolbar p img ,
189
- # admin-bbcode-toolbar select {
190
+ # admin-bbcode-toolbar p {
191
+ display : table-cell;
192
+ vertical-align : middle;
193
+ line-height : 1em
194
+ }
195
+
196
+ # admin-bbcode-toolbar p img {
190
197
vertical-align : middle
191
198
}
192
199
200
+
193
201
# admin-bbcode-toolbar select { width : 10em }
194
202
195
203
# admin-content table { width : 100% }
You can’t perform that action at this time.
0 commit comments