From: Luzifr Date: Wed, 8 Feb 2012 12:41:15 +0000 (+0100) Subject: More bug-fixes & extras X-Git-Tag: 2.0.0_Beta_1~1360^2~3^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f462f510de4d5f1820cb26722706ee577a023464;p=GitHub%2FWoltLab%2FWCF.git More bug-fixes & extras --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 090085919f..1f5ff50f69 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -111,13 +111,23 @@ img[src*='enable'] { /* Single Classes */ -.wcf-externalURL { +.wcf-externalURL, +a[href^="http:"], +a[href^="https:"] { background-image: url('../../icon/externalURL1.svg'); background-position: right center; background-repeat: no-repeat; padding-right: 17px; } +.wcf-eMailLink, +a[href^="mailto:"] { + background-image: url('../../icon/email1.svg'); + background-position: right center; + background-repeat: no-repeat; + padding-right: 17px; +} + .hot, .wcf-hot { color: #b00; @@ -408,7 +418,7 @@ nav.wcf-topMenu { margin: -7px 0 -5px 0; } -.topMenu > div > ul > li > span:not(.wcf-badge) { +.wcf-topMenu > div > ul > li > span:not(.wcf-badge) { padding: 6px; } @@ -1919,11 +1929,6 @@ dl > dd > fieldset > dl > dd > label { width: auto; } -/* Special -> Installation */ - -dl.wcfUrlContainer > dd.wcfUrl > p { - margin-top: 5px; -} /* ############## Forms ############## */