diff --git a/app/assets/stylesheets/admin.css b/app/assets/stylesheets/admin.css index af0241e..0d0b87a 100644 --- a/app/assets/stylesheets/admin.css +++ b/app/assets/stylesheets/admin.css @@ -5,5 +5,5 @@ *= require_self *= require formtastic *= require fancybox - *= require_directory ./admin -*/ \ No newline at end of file + *= require_directory ./admin + */ diff --git a/app/assets/stylesheets/admin/admin.css.sass b/app/assets/stylesheets/admin/admin.css.sass index 1b6bca6..c360a96 100644 --- a/app/assets/stylesheets/admin/admin.css.sass +++ b/app/assets/stylesheets/admin/admin.css.sass @@ -15,13 +15,13 @@ body line-height: 18px margin: 0 padding: 0 - + #page, #login background: #fafafa padding: 1em 2em 3em border-bottom: 1px solid #666 @include box-shadow("0 1px 4px rgba(0, 0, 0, 0.3)") - + #login width: 40em margin: 5em auto 0 @@ -141,4 +141,4 @@ form ul.taxonomies width: 25% float: right > li - font-weight: bold \ No newline at end of file + font-weight: bold diff --git a/app/assets/stylesheets/admin/formtastic.css.sass b/app/assets/stylesheets/admin/formtastic.css.sass index b731e19..7cd53d7 100644 --- a/app/assets/stylesheets/admin/formtastic.css.sass +++ b/app/assets/stylesheets/admin/formtastic.css.sass @@ -49,14 +49,14 @@ form.formtastic &:-webkit-inner-spin-button, &:-webkit-outer-spin-button -webkit-appearance: none margin: 0 - + .fragments .label label width: 13em - + .fragments-group padding-left: 14em - + input[type=submit], a.button @include button &[name=commit] @@ -67,7 +67,7 @@ form.formtastic @include box-shadow("0 1px 0 rgba(0, 0, 0, 0.25), inset -1px -1px 0 rgba(255, 255, 255, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3)") &:hover, &:focus background-color: #8B6 - + .boolean label padding-left: 14em @@ -85,7 +85,7 @@ form.formtastic display: inline margin-left: 1em color: #933 - + fieldset.inputs padding: 1em 0 border-bottom: 1px solid #ccc @@ -94,14 +94,14 @@ form.formtastic .stringish, .text input, textarea width: 40% - + .help margin-left: 14em margin-top: -0.5em p font-size: 0.8em color: #999 - + a.button @include button diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6f7b549..ab54d3a 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -6,5 +6,5 @@ *= require squaregrid *= require photos *= require fancybox - *= require scrollbars -*/ \ No newline at end of file + *= require scrollbars + */