Mercurial > moin > 1.9
changeset 4110:c348b55c5122
modernized theme: increase padding-left for bigger icons and MS IE
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 19 Sep 2008 22:37:02 +0200 |
parents | e88baf535b48 |
children | c9beec6245db |
files | wiki/htdocs/modernized/css/msie.css |
diffstat | 1 files changed, 15 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/htdocs/modernized/css/msie.css Fri Sep 19 21:41:40 2008 +0200 +++ b/wiki/htdocs/modernized/css/msie.css Fri Sep 19 22:37:02 2008 +0200 @@ -1,21 +1,21 @@ /* msie.css - MoinMoin MS Internet explorer bug workarounds */ /* IE6 and IE7 both suck with :before */ -a.www { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; } -a.http { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; } -a.https { padding-left: 14px; background: url(../img/moin-www.png) left center no-repeat; } -a.file { padding-left: 14px; background: url(../img/moin-ftp.png) left center no-repeat; } -a.ftp { padding-left: 14px; background: url(../img/moin-ftp.png) left center no-repeat; } -a.nntp { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; } -a.news { padding-left: 14px; background: url(../img/moin-news.png) left center no-repeat; } -a.telnet { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; } -a.irc,a.ircs { padding-left: 14px; background: url(../img/moin-telnet.png) left center no-repeat; } -a.mailto { padding-left: 14px; background: url(../img/moin-email.png) left center no-repeat; } -a.attachment { padding-left: 14px; background: url(../img/moin-attach.png) left center no-repeat; } -a.badinterwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; } -a.interwiki { padding-left: 14px; background: url(../img/moin-inter.png) left center no-repeat; } -#message .warning { padding-left: 20px; background: url(../img/alert.png) left center no-repeat; } -#message .error { padding-left: 20px; background: url(../img/icon-error.png) left center no-repeat; } +a.www { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; } +a.http { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; } +a.https { padding-left: 19px; background: url(../img/moin-www.png) left center no-repeat; } +a.file { padding-left: 19px; background: url(../img/moin-ftp.png) left center no-repeat; } +a.ftp { padding-left: 19px; background: url(../img/moin-ftp.png) left center no-repeat; } +a.nntp { padding-left: 19px; background: url(../img/moin-news.png) left center no-repeat; } +a.news { padding-left: 19px; background: url(../img/moin-news.png) left center no-repeat; } +a.telnet { padding-left: 19px; background: url(../img/moin-telnet.png) left center no-repeat; } +a.irc,a.ircs { padding-left: 19px; background: url(../img/moin-telnet.png) left center no-repeat; } +a.mailto { padding-left: 19px; background: url(../img/moin-email.png) left center no-repeat; } +a.attachment { padding-left: 19px; background: url(../img/moin-attach.png) left center no-repeat; } +a.badinterwiki { padding-left: 19px; background: url(../img/moin-inter.png) left center no-repeat; } +a.interwiki { padding-left: 19px; background: url(../img/moin-inter.png) left center no-repeat; } +#message .warning { padding-left: 21px; background: url(../img/alert.png) left center no-repeat; } +#message .error { padding-left: 21px; background: url(../img/icon-error.png) left center no-repeat; } #pagetrail li, #pagelocation li { border-left: 1px solid #AAA;