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