css tweaks
This commit is contained in:
@@ -42,5 +42,10 @@ div.ui-dialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-button:hover {
|
.ui-button:hover {
|
||||||
box-shadow: 1px 1px grey;
|
box-shadow: 1px 1px grey;
|
||||||
}
|
transform: translateY(-1px);
|
||||||
|
|
||||||
|
&.gradient {
|
||||||
|
background: linear-gradient(#fefefe, #f0f0f0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
div#c-uploads {
|
div#c-uploads {
|
||||||
div#a-new {
|
div#a-new {
|
||||||
|
.artist-commentary {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
div#upload-guide-notice {
|
div#upload-guide-notice {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,25 +69,27 @@
|
|||||||
<%= f.text_field :parent_id %>
|
<%= f.text_field :parent_id %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<strong>Commentary</strong>
|
<div class="input">
|
||||||
<a href="#" id="toggle-artist-commentary">show »</a>
|
<strong>Commentary</strong>
|
||||||
|
<a href="#" id="toggle-artist-commentary">show »</a>
|
||||||
|
|
||||||
<div class="artist-commentary" style="display: none;">
|
<div class="artist-commentary" style="display: none;">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= f.label :artist_commentary_title, "Title" %>
|
<%= f.label :artist_commentary_title, "Title" %>
|
||||||
<%= f.text_field :artist_commentary_title %>
|
<%= f.text_field :artist_commentary_title %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= f.label :artist_commentary_desc, "Description" %>
|
<%= f.label :artist_commentary_desc, "Description" %>
|
||||||
<%= f.text_area :artist_commentary_desc, :size => "60x5" %>
|
<%= f.text_area :artist_commentary_desc, :size => "60x5" %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<label for="upload_include_artist_commentary">
|
<label for="upload_include_artist_commentary">
|
||||||
<%= f.check_box :include_artist_commentary %>
|
<%= f.check_box :include_artist_commentary %>
|
||||||
Include Commentary
|
Include Commentary
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user