From 4ba60cbcbca0178ade2e420b08348324149c3917 Mon Sep 17 00:00:00 2001 From: echarp Date: Mon, 21 Jul 2014 01:08:37 +0200 Subject: [PATCH] =?UTF-8?q?Les=20=C3=A9l=C3=A9ments=20de=20formulaire=20so?= =?UTF-8?q?nt=20maintenant=20l=C3=A9g=C3=A8rement=20ombr=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/all.css.sass | 3 +++ app/assets/stylesheets/events.css.sass | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/all.css.sass b/app/assets/stylesheets/all.css.sass index a7fdbc12..6c0a33f6 100644 --- a/app/assets/stylesheets/all.css.sass +++ b/app/assets/stylesheets/all.css.sass @@ -127,6 +127,7 @@ main padding-right: 0.4em .mce-tinymce border: 1px solid darkgray + @include box-shadow(1px 1px 2px lightgray) @include border-radius(0.4em) input, textarea, select, a.button color: black @@ -135,6 +136,7 @@ main padding: 2px 4px font-family: georgia, serif background-color: white + @include box-shadow(1px 1px 2px lightgray) @include border-radius(0.4em) &:focus background-color: #F0F8FF @@ -151,6 +153,7 @@ main @include box-shadow(2px 2px 2px gray) select, option color: black + padding: 2px 4px background-color: white .field_with_errors diff --git a/app/assets/stylesheets/events.css.sass b/app/assets/stylesheets/events.css.sass index a773057c..3514715b 100644 --- a/app/assets/stylesheets/events.css.sass +++ b/app/assets/stylesheets/events.css.sass @@ -178,7 +178,9 @@ sidebar#lug-list content: '' .actions text-align: center - margin-bottom: 2em + input + margin: 0.4em + font-size: x-large .mce-tinymce display: inline-block