summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-27 03:21:18 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-27 03:21:18 +0000
commitf65015b24a8448ecbb12b3897992cdaf6b563212 (patch)
tree99a40ba57b87e627b576e8d99824cc407edb501b /theme
parenta68722c9c75cd9dc8ed84e186f3b4ecc5556b1a3 (diff)
Added input submit to let the user to go back to site's default design
settings
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 78fcd7ece..85b42cdd1 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -206,7 +206,10 @@ border-radius:4px;
padding:0 7px;
}
-
+.form_settings input.form_action-default {
+margin-right:11px;
+}
+.form_settings input.form_action-default,
.form_settings input.form_action-primary {
padding:0;
}