From a93247327aea6bc57258526682496871d1b9f5dc Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 11 Feb 2012 00:52:42 +0000 Subject: [PATCH] editable tags by default, and hide .edit by default --- ext/tag_edit/theme.php | 4 ++-- ext/view/theme.php | 5 ----- themes/default/style.css | 3 +++ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index 82dfcb46..e3d97a16 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -25,8 +25,8 @@ class TagEditTheme extends Themelet { Tags - $h_tags - + + "; diff --git a/ext/view/theme.php b/ext/view/theme.php index 668e9289..7e0bd8b9 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -86,11 +86,6 @@ class ViewImageTheme extends Themelet { $html .= " - "; return $html; } diff --git a/themes/default/style.css b/themes/default/style.css index 370a9dc8..6f2e8945 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -241,3 +241,6 @@ UL { text-align: right; padding-right: 4px; } +.image_info .edit { + display: none; +}