diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-26 05:15:57 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-26 05:15:57 +0000 |
commit | 2d40715f4431e557c4d60b010d3c126c4be535c2 (patch) | |
tree | 04e03099153c32bf9ef53e24bd35a48bbbb69d79 /themes/default/css | |
parent | 0630dc9a8e92787d6c0a55ea0292cfd87458c4a6 (diff) |
The close icon's a background sprite, should be prefixed with bg- not ico-.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 175b9b7e..08c50803 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -830,7 +830,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body } .ui-dialog-title {} .ui-dialog-titlebar-close { - background: url('../images/ico-close.gif') 0 0 no-repeat; + background: url('../images/bg-close.gif') 0 0 no-repeat; position: absolute; right: 8px; top: .7em; |