Adding css to textarea

This commit is contained in:
saksham1115 2016-06-30 08:45:15 +00:00
parent 316bef6908
commit 885c2ad4f2
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,4 @@
textarea#subtitle {
height: 500px;
border: 3px solid #cccccc;
}

View File

@ -22,8 +22,11 @@
{% block title -%}
{%- endblock %}
{% block mediagoblin_content %}
{{ path }}
<link href="{{
request.staticdirect('/css/subtitles.css') }}"
rel="stylesheet">
<form action="{{ request.urlgen('mediagoblin.edit.custom_subtitles',path=path) }}" method="POST" enctype="multipart/form-data">
<div class="form_box edit_box">