diff --git a/app/assets/stylesheets/common/jquery_ui_custom.scss b/app/assets/stylesheets/common/jquery_ui_custom.scss index 7519a15fb..ad19efe25 100644 --- a/app/assets/stylesheets/common/jquery_ui_custom.scss +++ b/app/assets/stylesheets/common/jquery_ui_custom.scss @@ -42,5 +42,10 @@ div.ui-dialog { } .ui-button:hover { - box-shadow: 1px 1px grey; -} \ No newline at end of file + box-shadow: 1px 1px grey; + transform: translateY(-1px); + + &.gradient { + background: linear-gradient(#fefefe, #f0f0f0); + } +} diff --git a/app/assets/stylesheets/specific/uploads.scss b/app/assets/stylesheets/specific/uploads.scss index de987fd53..e419015ab 100644 --- a/app/assets/stylesheets/specific/uploads.scss +++ b/app/assets/stylesheets/specific/uploads.scss @@ -1,5 +1,10 @@ div#c-uploads { div#a-new { + .artist-commentary { + margin-top: 1em; + margin-left: 1em; + } + div#upload-guide-notice { margin-bottom: 2em; } diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb index a87eb1f48..72b807cd3 100644 --- a/app/views/uploads/new.html.erb +++ b/app/views/uploads/new.html.erb @@ -69,25 +69,27 @@ <%= f.text_field :parent_id %> - Commentary - show » +
+ Commentary + show » -