Improves CSS in installer
Correct alignment of radio options Fixes design-problem with chrome
This commit is contained in:
@@ -121,6 +121,10 @@ p {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.installsec fieldset p, .installsec fieldset h3{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.installsec legend {
|
||||
display:none;
|
||||
}
|
||||
@@ -485,6 +489,7 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
vertical-align: middle;
|
||||
margin: 0 10px 0 10px;
|
||||
height:22px;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<p>
|
||||
<label for="{$fieldname}" class="install-block {$style}">{$fieldlabel}:</label>
|
||||
<label for="{$fieldname}" class="install-block {$style}">{$fieldlabel}:</label>
|
||||
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$fieldvalue}" {$required} />
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user