Improves styles for account page, adds user image

This commit is contained in:
Alberto Garcia Cabeza
2015-08-11 19:53:18 +02:00
committed by Juanjo Bazán
parent 94dc53e68c
commit 502920c7f2
6 changed files with 19 additions and 16 deletions

View File

@@ -370,12 +370,16 @@ form {
line-height: $line-height;
}
input[type]:not([type=submit]) {
input[type]:not([type=submit]):not([type=file]) {
background: $input-bg;
height: $line-height*2;
margin-bottom: rem-calc(16);
}
input[type=file] {
margin: rem-calc(12) 0;
}
.note {
display: block;
font-size: rem-calc(13);
@@ -390,6 +394,7 @@ form {
.checkbox {
display: inline-block;
font-size: rem-calc(14);
font-weight: normal;
line-height: $line-height*2;
margin: 0 0 0 rem-calc(6);
vertical-align: top;