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

@@ -42,5 +42,10 @@ div.ui-dialog {
}
.ui-button:hover {
box-shadow: 1px 1px grey;
}
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;
}