Skip to content
Snippets Groups Projects
Commit ee662703 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing spacing on mobile browsers.

* Labels were partially hidden by input element outlines.
* Submit buttons were too close to input elements.
* Cancel and reset baselines were not the same.

close #1072
parent 5fd9f456
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
.inputs > li > label {
font-size: 18px;
margin-bottom: 10px;
}
.vertical > strong {
......@@ -109,6 +110,8 @@
#signIn .submit {
position: static;
line-height: 40px;
margin-top: 40px;
}
#signIn .submit > p {
......@@ -121,13 +124,17 @@
margin: 13px;
}
.form_section {
margin-top: 20px;
}
#content, .form_section, .inputs, .vertical {
height: auto;
max-height: none;
overflow: visible;
}
.authenticated .vertical a {
.authenticated .vertical a, #cancel {
font-size: 1.2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment