Unlogged layout fixes. Logo same size in all pages. Back link as button.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-08 03:16:51 -03:00
commit 25cd9675d8
7 changed files with 40 additions and 37 deletions

View file

@ -7,12 +7,7 @@
@media (max-width: 1024px) {
.logo-setup {
margin: 0;
padding: 1rem 0;
}
.home, .open, .join, .waiting-copayers, .setup, .import, .settings {
margin-top: 0;
margin: 0 0 1rem 0;
}
.sidebar {
@ -48,6 +43,11 @@
background: #2C3E50;
}
.home, .settings, .createProfile, .import-profile {
overflow: hidden;
padding: 1rem 0;
}
header {
height: 45px;
line-height: 110%;
@ -197,10 +197,6 @@
.button, button {
padding: 1rem 1.2rem 1.0625rem;
}
.home form {
margin-bottom: 1rem;
}
form {
margin: 0;