diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2009-03-26 06:56:52 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2009-03-26 06:56:52 +0100 |
commit | d1bf8b2143f597d9d1b1e7ff472532c596200011 (patch) | |
tree | 82f1440a20f5b0e8e942366b7106a9e2ee66f5ff /theme/default/css/display.css | |
parent | 25e9e2b83fc7e1fdbc7d03bac17cc2530ce836e1 (diff) | |
parent | 959d9eda2304df317719ff9768cb555210c98ad0 (diff) |
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
Diffstat (limited to 'theme/default/css/display.css')
-rw-r--r-- | theme/default/css/display.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 85b5aa13e..bb0b84a67 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -94,6 +94,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 { |