Reducing the amount of PHP if's.

This commit is contained in:
Tom Slominski
2013-12-31 01:00:00 +00:00
parent 94bcee59ec
commit 16d0500cc5
2 changed files with 16 additions and 36 deletions

View File

@@ -207,6 +207,22 @@ input[type="radio"] {
padding: 0 2px;
}
.output label {
width: 20%;
}
.output input {
width: 60%
}
.output button {
float: right;
}
.output button.active {
color:#013F6D;
}
/* Footer */
.footer {
text-align: center;