Commit 3e830f4f authored by Randall Leeds's avatar Randall Leeds

I broke the padding on the account forms

parent 01e167e3
...@@ -30,18 +30,6 @@ ol { ...@@ -30,18 +30,6 @@ ol {
padding-left: 3em; padding-left: 3em;
} }
.auth {
padding: 1em;
.nav-tabs {
border: 1px none $gray-lighter;
border-bottom-style: solid;
padding: 0 0 1.1em;
& > li {
a { padding-bottom: .231em;}
}
}
}
.bookmarklet { .bookmarklet {
padding: .12em; padding: .12em;
border: 1px dashed $gray; border: 1px dashed $gray;
...@@ -107,9 +95,17 @@ ol { ...@@ -107,9 +95,17 @@ ol {
border-radius: 2px; border-radius: 2px;
font-family: $sans-font-family; font-family: $sans-font-family;
margin-bottom: .72em; margin-bottom: .72em;
padding: 1em;
position: relative; position: relative;
background-color: $body-background; background-color: $body-background;
.auth .nav-tabs {
border: 1px none $gray-lighter;
border-bottom-style: solid;
padding: 0 0 1.1em;
li a { padding-bottom: .231em }
}
.close { .close {
position: absolute; position: absolute;
right: 1em; right: 1em;
......
...@@ -328,4 +328,8 @@ ...@@ -328,4 +328,8 @@
&:first-child { &:first-child {
margin-top: 15 / 13 * 1em; margin-top: 15 / 13 * 1em;
} }
&:last-child {
margin-bottom: 15 / 13 * 1em;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment