diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 04:25:42 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-20 09:41:04 +0800 |
commit | fb888c7598f163e839f204e7d03523c1e0012022 (patch) | |
tree | bc6f3bf691525cc632832dafc6b37bef765d3537 /themes/default/css | |
parent | acadb3623b4e6c6ab5c8407c67fa12a8beb7db33 (diff) |
Improve the task dialog
1) Put a "starting up..." message before there's any feedback from the server
2) show the title of the task in the dialog.
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 03c13cc1..68f12ff1 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -1000,6 +1000,10 @@ form .gError, /*************** STUFF THAT NEEDS A HOME ****************/ +#gProgress h1 { + font-size: 1.1em; +} + .gProgressBar { height: 1em; width: 100%; |