I meant to align the labels right.
This commit is contained in:
parent
872a281894
commit
88616d1e05
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ require("config.php");
|
||||||
color: #afafaf;
|
color: #afafaf;
|
||||||
}
|
}
|
||||||
label.optionName {
|
label.optionName {
|
||||||
width: 50pt;
|
width: 60pt;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
span.optionContainer {
|
span.optionContainer {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue