Browse Source

late nite freaks

pull/12/head
crunk 3 months ago
parent
commit
10b56e7479
  1. 2
      verse/describer/templates/describe_files/describe.html
  2. 5
      verse/static/css/style.css

2
verse/describer/templates/describe_files/describe.html

@ -42,7 +42,7 @@
<form id={{id}} method="POST" enctype="multipart/form-data" action="{{ url_for('describer.describe_file', file_id=id) }}">
{{ describe_form.csrf_token }}
<p>File path: {{describe_form.file_path}}</p>
<fieldset class="">
<fieldset class="description">
{{ describe_form.description.label }}
{{ describe_form.description }}
{% for message in describe_form.description.errors %}

5
verse/static/css/style.css

@ -63,6 +63,11 @@ input[type=text], input[type=password], input[type=file] {
#distribusi-index {
padding-left: 1em;
}
.description > textarea {
width: 100%;
height: 10em;
resize: none;
}
textarea#description {
width: 100%;
height: 20em;

Loading…
Cancel
Save