mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Header fixes
This commit is contained in:
parent
f08c7de609
commit
f936bd43c3
4 changed files with 6 additions and 5 deletions
|
@ -19,12 +19,13 @@ header h1 {
|
||||||
|
|
||||||
header h1 input {
|
header h1 input {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
font-family: $codeFont;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: white;
|
color: white;
|
||||||
min-width: 15em;
|
min-width: 25em;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}{{ request.META.SERVER_NAME }}/{{ snippet.secret_id }}{% endblock %}
|
{% block title %}dpaste{% endblock %}
|
||||||
{% block headline %}
|
{% block headline %}
|
||||||
<input type="text" value="{{ request.build_absolute_uri }}"/>
|
<input type="text" value="{{ request.build_absolute_uri }}"/>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}{{ SITE_NAME }}{% endblock %}
|
{% block title %}dpaste{% endblock %}
|
||||||
{% block headline %}{{ SITE_NAME }}{% endblock %}
|
{% block headline %}dpaste{% endblock %}
|
||||||
|
|
||||||
{% block page %}
|
{% block page %}
|
||||||
<div class="snippet-new">
|
<div class="snippet-new">
|
||||||
|
|
Loading…
Reference in a new issue