More bug-fixes & extras
authorLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 12:41:15 +0000 (13:41 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 12:41:19 +0000 (13:41 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 090085919fd252055c6f3908bdd8a3ffd8384a93..1f5ff50f695eb9b35f2a5c5f396a843cf29a2088 100644 (file)
@@ -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 ############## */