Tidying up the inputs

This commit is contained in:
Tom Slominski
2015-03-06 14:49:02 +00:00
parent e583a73009
commit bcd6bb68a0
2 changed files with 29 additions and 6 deletions

View File

@@ -100,8 +100,16 @@ a, a:visited {
}
/* Forms */
.recaptcha-container {
overflow: hidden;
input:not([type=submit]):not([type=file]) {
padding: 10px;
}
.full-width input:not([type=submit]):not([type=file]) {
width: 100%;
}
.half-width input:not([type=submit]):not([type=file]) {
width: 50%;
}
/* Tooltips */