summaryrefslogtreecommitdiff
path: root/htdocs/moderate/admin.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-10-13 12:24:43 -0700
committerJesse Morgan <jesse@jesterpm.net>2017-09-04 11:16:53 -0700
commit326a23aded279dedc8a4e6de64618f0fbee17bac (patch)
treea3444296e388ac65709dfac25490828fc8f433f1 /htdocs/moderate/admin.css
parent94f12b0a85feb8d8e6effb89021bf79a82174fce (diff)
Changed the moderator schedule table to a view. Finished the exception iterator. Modified Post to only notify the next moderator. Need to add exception adding/removal.
Diffstat (limited to 'htdocs/moderate/admin.css')
-rw-r--r--htdocs/moderate/admin.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/moderate/admin.css b/htdocs/moderate/admin.css
index 65a5a7f..fbc82a6 100644
--- a/htdocs/moderate/admin.css
+++ b/htdocs/moderate/admin.css
@@ -50,6 +50,11 @@ h1 {
width: 5em;
}
+.userrow .remove {
+ width: 5em;
+ margin-left: 2em;
+}
+
input[type=text] {
width: 20em;
}