Splitting labels into two

This commit is contained in:
Tom Slominski
2015-03-06 15:01:19 +00:00
parent bcd6bb68a0
commit 190fc28437
2 changed files with 30 additions and 12 deletions

View File

@@ -100,18 +100,32 @@ a, a:visited {
}
/* Forms */
input:not([type=submit]):not([type=file]) {
padding: 10px;
.form-item {
padding: 2%;
}
.full-width input:not([type=submit]):not([type=file]) {
.full-width {
width: 100%;
}
.half-width input:not([type=submit]):not([type=file]) {
.half-width {
width: 50%;
}
label.primary {
font-weight: bold;
}
label.secondary {
color: #CCC;
}
input:not([type=submit]):not([type=file]) {
width: 100%;
padding: 10px;
}
/* Tooltips */
.qtip-default {
border-color: #013F6D;