diff options
author | patdenice <patdenice@piwigo.org> | 2010-04-29 21:34:37 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-04-29 21:34:37 +0000 |
commit | 5a44a6f5324bb2363d4d0827cd8a94e613e72837 (patch) | |
tree | 185b799645bdc6550a64a9f9e0340768a0efdc9c /admin/themes/clear/theme.css | |
parent | 0a5b09601b647cf22d9bd4ab291c58156931a761 (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index e5b982ea4..6e3b50715 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -119,7 +119,7 @@ text-align:center; top:0; width:100%; z-index:99; } .tabsheet { background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; 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 -6px; padding-left:10px; width:100%; } .tabsheet li { background:#f1f1f1; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #aaa; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;} |