diff options
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 85b5aa13e..bf46fc6bf 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -17,10 +17,7 @@ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:1em; } address { -margin-right:71px; -} -address .fn { -display:none; +margin-right:7.18%; } input, textarea, select, option { @@ -94,6 +91,11 @@ color:#333; #form_notice.warning #notice_text-count { color:#000; } +#form_notice.processing #notice_action-submit { +background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%; +cursor:wait; +text-indent:-9999px; +} #nav_register a { |