From 8b78fce9821527769d94df74dcd18692c83ec7d5 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 13 Mar 2012 15:23:56 +0000 Subject: [PATCH] more forminess --- contrib/bulk_add/theme.php | 6 ++++-- contrib/rating/theme.php | 6 +++--- contrib/tag_history/theme.php | 10 ++++++---- ext/tag_edit/theme.php | 6 +++--- ext/user/theme.php | 8 ++++---- lib/shimmie.css | 1 + 6 files changed, 21 insertions(+), 16 deletions(-) diff --git a/contrib/bulk_add/theme.php b/contrib/bulk_add/theme.php index d83f8ba8..3df8a40b 100644 --- a/contrib/bulk_add/theme.php +++ b/contrib/bulk_add/theme.php @@ -29,8 +29,10 @@ class BulkAddTheme extends Themelet { upload via FTP or something first.

".make_form(make_link("bulk_add"))." - Directory to add: - + + + +
Folder
"; $page->add_block(new Block("Bulk Add", $html)); diff --git a/contrib/rating/theme.php b/contrib/rating/theme.php index 54773d67..ca8a553f 100644 --- a/contrib/rating/theme.php +++ b/contrib/rating/theme.php @@ -23,15 +23,15 @@ class RatingsTheme extends Themelet { global $page; $html = " ".make_form(make_link("admin/bulk_rate"))." - +
- + - +
SearchSearch
RatingRating
- IP Address:
- Date range:

- + + + + + +
Username
IP Address
Date range
"; $page->add_block(new Block("Revert By IP", $html)); diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index ae11b67a..11c0cb90 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -9,9 +9,9 @@ class TagEditTheme extends Themelet { global $page; $html = " ".make_form(make_link("tag_edit/replace"))." - - - +
Search
Replace
+ +
Search
Replace
diff --git a/ext/user/theme.php b/ext/user/theme.php index d9f0e366..a9617e87 100644 --- a/ext/user/theme.php +++ b/ext/user/theme.php @@ -54,7 +54,7 @@ class UserPageTheme extends Themelet { $html .= ' '.make_form(make_link("user_admin/create"))." - +
@@ -87,7 +87,7 @@ class UserPageTheme extends Themelet { global $config; $html = ' '.make_form(make_link("user_admin/login"))." -
Name
Password
+
@@ -163,7 +163,7 @@ class UserPageTheme extends Themelet { $html .= " ".make_form(make_link("user_admin/change_pass"))." -
+
@@ -179,7 +179,7 @@ class UserPageTheme extends Themelet {

".make_form(make_link("user_admin/change_email"))." -

Change Password
+
diff --git a/lib/shimmie.css b/lib/shimmie.css index 82294482..3d9ead7c 100644 --- a/lib/shimmie.css +++ b/lib/shimmie.css @@ -7,6 +7,7 @@ TD>INPUT[type="text"] {width: 100%;} TD>INPUT[type="password"] {width: 100%;} TD>SELECT {width: 100%;} +TABLE.form {width: 300px;} TABLE.form TD, TABLE.form TH {vertical-align: middle;} TABLE.form TBODY TD {text-align: left;} TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%;}
Change Email
Address