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 {
|
||||
font-size: 1em;
|
||||
font-family: $codeFont;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: white;
|
||||
min-width: 15em;
|
||||
min-width: 25em;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ request.META.SERVER_NAME }}/{{ snippet.secret_id }}{% endblock %}
|
||||
{% block title %}dpaste{% endblock %}
|
||||
{% block headline %}
|
||||
<input type="text" value="{{ request.build_absolute_uri }}"/>
|
||||
{% endblock %}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ SITE_NAME }}{% endblock %}
|
||||
{% block headline %}{{ SITE_NAME }}{% endblock %}
|
||||
{% block title %}dpaste{% endblock %}
|
||||
{% block headline %}dpaste{% endblock %}
|
||||
|
||||
{% block page %}
|
||||
<div class="snippet-new">
|
||||
|
|
Loading…
Reference in a new issue