diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-23 00:20:17 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-23 00:20:17 +0100 |
commit | 5511fa1152f8a2e7a24ab7d3710174d14b4751a3 (patch) | |
tree | f9413e55d370306ceed2e1ff8943d145295187df /webroot | |
parent | 2958a234fb61add02cba3485963b3d3faffa23b6 (diff) |
Show user something is happening while fragments are pending.
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/.static/css/lxrng.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index 9f22d4a..8b34b90 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -248,6 +248,11 @@ div#content { min-height: 250px; } +div.pending { + background-image: url(../gfx/loading.gif); + background-position: top left; + background-repeat: repeat-y; +} span.comment { font-weight: bold; |