Header fixes

This commit is contained in:
Martin Mahner 2017-09-06 13:54:58 +02:00
parent f08c7de609
commit f936bd43c3
4 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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 %}

View file

@ -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">