mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 21:48:02 +00:00
Removed <style> tag from upload_libravatar_export.html because I'll move it to tortin.css
This commit is contained in:
@@ -5,30 +5,6 @@
|
|||||||
{% block title %}{% trans 'Upload an export from libravatar' %} - ivatar{% endblock title %}
|
{% block title %}{% trans 'Upload an export from libravatar' %} - ivatar{% endblock title %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<style>
|
|
||||||
input[type=checkbox] {display:none}
|
|
||||||
input[type=checkbox] + label {
|
|
||||||
padding-left:0;
|
|
||||||
}
|
|
||||||
input[type=checkbox] + label:before {
|
|
||||||
font-family: FontAwesome;
|
|
||||||
display: inline-block;
|
|
||||||
letter-spacing:5px;
|
|
||||||
font-size:20px;
|
|
||||||
color:#36b7d7;
|
|
||||||
vertical-align:middle;
|
|
||||||
}
|
|
||||||
input[type=checkbox] + label:before {content: "\f0c8"}
|
|
||||||
input[type=checkbox]:checked + label:before {content: "\f14a"}
|
|
||||||
.uploadbtn:before {
|
|
||||||
position:absolute;
|
|
||||||
left:0;
|
|
||||||
right:0;
|
|
||||||
text-align:center;
|
|
||||||
content:"Select file";
|
|
||||||
font-family: 'Montserrat', sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<h1>{% trans 'Upload an export from libravatar' %}</h1>
|
<h1>{% trans 'Upload an export from libravatar' %}</h1>
|
||||||
|
|
||||||
<form enctype="multipart/form-data" method="post">
|
<form enctype="multipart/form-data" method="post">
|
||||||
|
|||||||
Reference in New Issue
Block a user