diff --git a/contrib/artists/theme.php b/contrib/artists/theme.php index 1bb9e2ed..b1acd803 100644 --- a/contrib/artists/theme.php +++ b/contrib/artists/theme.php @@ -5,7 +5,7 @@ class ArtistsTheme extends Themelet { $h_author = html_escape($author); return " - Author + Author $h_author diff --git a/contrib/rating/theme.php b/contrib/rating/theme.php index 11667a96..54773d67 100644 --- a/contrib/rating/theme.php +++ b/contrib/rating/theme.php @@ -8,7 +8,7 @@ class RatingsTheme extends Themelet { $e_checked = $rating == 'e' ? " checked" : ""; $html = " - Rating + Rating diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index 5ad429e4..ae11b67a 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -23,7 +23,7 @@ class TagEditTheme extends Themelet { $h_tags = html_escape($image->get_tag_list()); return " - Tags + Tags $h_tags @@ -40,7 +40,7 @@ class TagEditTheme extends Themelet { $h_ip = $user->can("view_ip") ? " (".show_ip($image->owner_ip, "Image posted {$image->posted}").")" : ""; return " - Uploader + Uploader $h_owner$h_ip, $h_date @@ -55,7 +55,7 @@ class TagEditTheme extends Themelet { $f_source = $this->format_source($image->get_source()); return " - Source + Source $f_source @@ -82,7 +82,7 @@ class TagEditTheme extends Themelet { $h_locked = $image->is_locked() ? " checked" : ""; return " - Locked + Locked $b_locked diff --git a/ext/user/theme.php b/ext/user/theme.php index b27ec946..6b48fc8e 100644 --- a/ext/user/theme.php +++ b/ext/user/theme.php @@ -54,13 +54,17 @@ class UserPageTheme extends Themelet { $html .= ' '.make_form(make_link("user_admin/create"))." - - - - - - $h_reca - +
Name
Password
Repeat Password
Email (Optional)
+ + + + + + $h_reca + + + +
Name
Password
Repeat Password
Email (Optional)
"; @@ -83,16 +87,20 @@ class UserPageTheme extends Themelet { global $config; $html = ' '.make_form(make_link("user_admin/login"))." - - - - - - - - - - +
+ + + + + + + + + + + + +
"; @@ -155,20 +163,26 @@ class UserPageTheme extends Themelet { $html .= " ".make_form(make_link("user_admin/change_pass"))." - - - - - +
Change Password
Password
Repeat Password
+ + + + + + + + + +
Change Password
Password
Repeat Password

".make_form(make_link("user_admin/change_email"))." - - - - +
Change Email
Address
+ + +
Change Email
Address
"; diff --git a/ext/view/style.css b/ext/view/style.css index dbcc0bf7..d7d7c2c0 100644 --- a/ext/view/style.css +++ b/ext/view/style.css @@ -1,12 +1,4 @@ -.image_info TD { - text-align: left; -} -.image_info TD:first-child { - text-align: right; - padding-right: 4px; -} - .js .image_info .edit { display: none; } diff --git a/ext/view/theme.php b/ext/view/theme.php index 4bce845d..f6017d70 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -67,7 +67,7 @@ class ViewImageTheme extends Themelet { $html = make_form(make_link("post/set"))." - +
"; foreach($editor_parts as $part) { $html .= $part; diff --git a/themes/default/style.css b/themes/default/style.css index 6b69431c..0e23659a 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -63,6 +63,10 @@ TABLE.zebra TR TD {border-bottom: 1px solid #DDD;} TABLE.zebra TR:nth-child(odd) {background: #EFEFEF;} TABLE.zebra TR:nth-child(even) {background: #E0E0E0;} +TABLE.form TD, TABLE.form TH {vertical-align: center;} +TABLE.form TBODY TD {text-align: left;} +TABLE.form TBODY TH {text-align: right; padding-right: 4px;} + #footer { clear: both; font-size: 0.7em;