mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Clean up the layout for the adminnotes area.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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")}:
|
||||
|
||||
Reference in New Issue
Block a user