Clean up the layout for the adminnotes area.

This commit is contained in:
Brian Simpson
2014-04-17 10:43:51 -04:00
parent 7e11695dad
commit a1ea0e9ed0
2 changed files with 13 additions and 2 deletions

View File

@@ -8309,6 +8309,17 @@ body.with-listing-chooser {
-moz-border-radius: 5px;
}
#adminnotes-form {
textarea {
width: 285px;
}
.notes-button {
margin: 3px 0px;
display: block;
}
}
#past-notes {
overflow-y: auto;
max-height: 150px;

View File

@@ -30,9 +30,9 @@
<input type="hidden" name="system" value="${thing.system}">
<input type="hidden" name="subject" value="${thing.subject}">
<input type="hidden" name="author" value="${thing.author}">
<textarea name="note" rows=4 cols=20></textarea>
<textarea name="note" rows=4></textarea>
${error_field("TOO_LONG", "notes", "span")}
<input type="submit" class="notes=button" value="Add a new Note">
<input type="submit" class="notes-button" value="Add a new Note">
</form>
%if thing.notes:
${_("Past notes")}: