diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/www/image/spinner.gif | bin | 1849 -> 1849 bytes | |||
-rw-r--r-- | share/www/style/layout.css | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/www/image/spinner.gif b/share/www/image/spinner.gif Binary files differindex 19a8d4df..f27d7cd4 100644 --- a/share/www/image/spinner.gif +++ b/share/www/image/spinner.gif diff --git a/share/www/style/layout.css b/share/www/style/layout.css index bf4eaa66..e6ce26b9 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -262,9 +262,9 @@ body.fullwidth #wrap { margin-right: 0; } *html #dialog { width: 33em; } #dialog.loading { width: 220px; height: 80px; } #dialog.loaded { background-image: none; } -#dialog h2 { background: #666 right center no-repeat; +#dialog h2 { background: #666 98% 50% no-repeat; border-top: 1px solid #555; border-bottom: 1px solid #777; color: #ccc; - font-size: 110%; font-weight: bold; margin: 0 -2em; padding: .35em 2em; + font-size: 110%; font-weight: bold; margin: 0 -1em; padding: .35em 1em; } body.loading #dialog h2 { background-image: url(../image/spinner.gif); @@ -491,7 +491,7 @@ body.loading #dialog h2 { #fields tbody.content td ul.attachments li { margin-bottom: .3em; min-height: 20px; padding-left: 20px; } -#fields tbody.content td ul.attachments tt { font-size: 95%; } +#fields tbody.content td ul.attachments tt { font-size: 11px; } #fields tbody.content td ul.attachments li span.info { color: #666; display: block; font-size: 95%; } |