responsive layout: fix <input> sizes and styling.
This commit is contained in:
@@ -44,15 +44,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make the quick search box in the navbar full width. */
|
||||||
|
header#top menu form input {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=submit] {
|
form {
|
||||||
font-size: 18pt;
|
input[type=text], input[type=submit], select {
|
||||||
border-color: default;
|
font-size: 1.5em;
|
||||||
border-style: solid;
|
}
|
||||||
border-width: .1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#page section#content {
|
div#page section#content {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ form.simple_form {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
input[type=text], input[type=file], input[type=password], input[type=email] {
|
input[type=text], input[type=file], input[type=password], input[type=email] {
|
||||||
width: 20em;
|
max-width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.hint {
|
span.hint {
|
||||||
@@ -61,6 +61,7 @@ form.inline-form {
|
|||||||
label, input {
|
label, input {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user