diff --git a/app/assets/images/user_default_big.jpg b/app/assets/images/user_default_big.jpg new file mode 100644 index 000000000..d1c5bcea2 Binary files /dev/null and b/app/assets/images/user_default_big.jpg differ diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 7469007b3..2b9cfd983 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -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; diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index 6a2d6d416..6d1f4d9cd 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -1,6 +1,8 @@