summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-05 21:35:40 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-05 21:35:40 -0800
commit6984737a542d759cbde967341ff3eca9ce20a3ba (patch)
tree1a4239eddfea2a62bd596abdebe1c56a4833ebaf /modules/gallery/css
parent8ac7a5c0d32320c74f5f0c84cf43165265786c93 (diff)
Clean up problem with cancelling the inplace edit left a whole bunch of css artifacts.
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/gallery.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index a4a52155..c766abbc 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -116,3 +116,7 @@
background-color: #cfc;
border: 1px solid #beb;
}
+
+#g-inplace-edit-form ul {
+ margin: 0;
+}