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;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.installsec fieldset p, .installsec fieldset h3{
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.installsec legend {
|
.installsec legend {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
@@ -485,6 +489,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
|
vertical-align: middle;
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px 0 10px;
|
||||||
height:22px;
|
height:22px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<p>
|
<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} />
|
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$fieldvalue}" {$required} />
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user