summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-07 00:05:49 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-07 00:05:49 -0800
commite300ede3d8311bf236594480355f710b39aaa451 (patch)
tree382d16032be71f7ea280660bbbdac24b77e254f3 /themes
parentad8579e11a0860006cecf9312c86c1a2c4e8418a (diff)
1) Change the name of the form and message to g-in-place-edit-form and g-in-place-edit-message.
2) Make sure the cancel button works and cleans up the dom appropriately.
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css2
-rw-r--r--themes/night_wind/css/screen.css2
-rw-r--r--themes/wind/css/screen.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 5fe47d76..3342bd83 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -383,7 +383,7 @@ th {
}
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */
-#g-inplace-edit-message {
+#g-in-place-edit-message {
background-color: #FFF;
}
diff --git a/themes/night_wind/css/screen.css b/themes/night_wind/css/screen.css
index 1d5e5e2b..cd1824d1 100644
--- a/themes/night_wind/css/screen.css
+++ b/themes/night_wind/css/screen.css
@@ -456,7 +456,7 @@ li.g-error select {
}
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */
-#g-inplace-edit-message {
+#g-in-place-edit-message {
background-color: #FFF;
}
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 2ac37fb6..74771e07 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -300,7 +300,7 @@ td {
}
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */
-#g-inplace-edit-message {
+#g-in-place-edit-message {
background-color: #FFF;
}