css tweaks

This commit is contained in:
r888888888
2017-12-26 16:05:25 -08:00
parent 952b5f9245
commit 659eb62402
3 changed files with 30 additions and 18 deletions

View File

@@ -43,4 +43,9 @@ div.ui-dialog {
.ui-button:hover {
box-shadow: 1px 1px grey;
transform: translateY(-1px);
&.gradient {
background: linear-gradient(#fefefe, #f0f0f0);
}
}

View File

@@ -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;
}

View File

@@ -69,6 +69,7 @@
<%= f.text_field :parent_id %>
</div>
<div class="input">
<strong>Commentary</strong>
<a href="#" id="toggle-artist-commentary">show »</a>
@@ -90,6 +91,7 @@
</label>
</div>
</div>
</div>
<% if Danbooru.config.iqdbs_server %>
<% if params[:url] %>