From 6145e0ba65978e11249f6eb13d40391f348200ed Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 22 Feb 2012 14:42:19 +0200 Subject: [ticket/10270] Changing close button for ajax popups Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270 --- phpBB/adm/images/alert_close.png | Bin 669 -> 2097 bytes phpBB/adm/style/admin.css | 14 ++++++++++++-- phpBB/adm/style/overall_footer.html | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'phpBB/adm') diff --git a/phpBB/adm/images/alert_close.png b/phpBB/adm/images/alert_close.png index 123ac4ac90..79750a013c 100644 Binary files a/phpBB/adm/images/alert_close.png and b/phpBB/adm/images/alert_close.png differ diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a162d44f9d..d5dc957ac5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1089,11 +1089,21 @@ input.disabled { padding: 0 25px 20px 25px; } -.phpbb_alert img.alert_close { +.phpbb_alert .alert_close { + display: block; float: right; + width: 16px; + height: 16px; + overflow: hidden; + text-decoration: none !important; + background: transparent url("../images/alert_close.png") 0 0 no-repeat; margin-top: -7px; - margin-right: -30px; + margin-right: -31px; } +.phpbb_alert .alert_close:hover { + background-position: 0 -16px; +} + .phpbb_alert p { margin: 8px 0; diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index dfe161fd76..0337080f3d 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -24,11 +24,11 @@
- +

- +

  -- cgit v1.2.1