aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-02-03 20:49:38 +0000
committerplegall <plg@piwigo.org>2012-02-03 20:49:38 +0000
commit4264acc26668d0a395e98890ed79e5da1f9cc322 (patch)
tree5a84374d9c1db75c121becf5d1ffc9fa76f390db /admin/themes/default/theme.css
parentddb025c51e9aa25e9943854a472813fbbdef69bf (diff)
smarter use of jQuery closure to manage conditional display of options
git-svn-id: http://piwigo.org/svn/trunk@13024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 87c28c531..14aa30b96 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -483,6 +483,10 @@ FORM.properties SPAN.property {
font-weight: bold;
}
+#notifyAdmin label {
+ white-space:nowrap;
+}
+
#mainConf li {
margin-bottom: 1em;
}