From 5a44a6f5324bb2363d4d0827cd8a94e613e72837 Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 29 Apr 2010 21:34:37 +0000 Subject: - Fix tab display on IE - Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/images/missing_screenshot.png | Bin 3316 -> 2848 bytes admin/themes/roma/theme.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/images/missing_screenshot.png b/admin/themes/roma/images/missing_screenshot.png index 97610eaeb..d830ece10 100644 Binary files a/admin/themes/roma/images/missing_screenshot.png and b/admin/themes/roma/images/missing_screenshot.png differ diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index bcb92a8a0..000443bc1 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -128,7 +128,7 @@ text-align:center; top:0; width:100%; z-index:99; } .tabsheet { background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table; font-family:verdana,arial,helvetica,sans-serif; font-size:8px; -list-style-image:none; padding: 0; position:relative; text-decoration:none; +list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none; top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px; width:100%; } .tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;} -- cgit v1.2.3