From: Seth Woodworth Date: Wed, 23 Jan 2013 08:22:36 +0000 (-0500) Subject: removing old html from upload form, add new global styles X-Git-Tag: release-20150131~549^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa4cb93ef94ce6f4a526c0f9493e3986231dca5b;p=oweals%2Fkarmaworld.git removing old html from upload form, add new global styles --- diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index b76a5af..0f9e756 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -634,3 +634,14 @@ a.white:hover cursor: pointer; text-decoration: underline; } + +/* new form submit */ +.submit_upload +{ + background: none; + border: none; + color: white; + cursor: pointer; + font-family: "MuseoSlab-700"; + font-size: 32px; +} diff --git a/karmaworld/templates/lightbox/upload.html b/karmaworld/templates/lightbox/upload.html index ef43b08..28c0c98 100644 --- a/karmaworld/templates/lightbox/upload.html +++ b/karmaworld/templates/lightbox/upload.html @@ -7,6 +7,7 @@ var ajax_upload_url = "{% url 'ajax_upload' %}"; var csrf_token = "{{ csrf_token }}"; +
- - -
+