better settings columning

This commit is contained in:
Shish 2012-02-12 09:22:11 +00:00
parent c640b4ce71
commit 830105193d
2 changed files with 5 additions and 5 deletions

View file

@ -43,8 +43,8 @@ class SetupTheme extends Themelet {
$table = "
".make_form(make_link("setup/save"))."
<table>
<tr><td>$setupblock_html1</td><td>$setupblock_html2</td></tr>
<table style='max-width: 1000px;'>
<tr><td width='50%'>$setupblock_html1</td><td>$setupblock_html2</td></tr>
<tr><td colspan='2'><input type='submit' value='Save Settings'></td></tr>
</table>
</form>

View file

@ -50,7 +50,7 @@ CODE {
font-size: 0.8em;
}
#body SELECT {width: 150px;}
TD>INPUT {box-sizing: border-box;}
TD>INPUT, TEXTAREA {box-sizing: border-box;}
TD>INPUT[type="button"] {width: 100%;}
TD>INPUT[type="submit"] {width: 100%;}
TD>INPUT[type="text"] {width: 100%;}
@ -202,10 +202,10 @@ UL {
.setupblock {
text-align: center;
width: 350px;
width: 100%;
}
.setupblock TEXTAREA {
width: 300px;
width: 100%;
font-size: 0.75em;
}