summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-25 22:18:38 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-25 22:18:38 -0600
commitb3059ab6d6824928445b2a44893fb85f06eb3360 (patch)
tree0fbf36f216390eb52ca18146676df35558b9139b /lib
parentdb4379a91d3e2048166336c0a58df0acd535f0c8 (diff)
Move g-editable styles from admin_wind to gallery.common, they'll be useful in themes as well as admin themes.
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index be41cab6..39124d6e 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -217,6 +217,15 @@ input[type="reset"] {
font-weight: normal;
}
+.g-editable {
+ padding: .2em .3em;
+}
+
+.g-editable:hover {
+ background-color: #ffc;
+ cursor: text;
+}
+
.g-error,
.g-info,
.g-success,