Small style optimizations
authorMarcel Werk <burntime@woltlab.com>
Mon, 4 Jul 2016 15:08:45 +0000 (17:08 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 4 Jul 2016 15:09:38 +0000 (17:09 +0200)
wcfsetup/install/files/style/layout/global.scss
wcfsetup/install/files/style/layout/sidebar.scss
wcfsetup/install/files/style/ui/messageGroup.scss

index c1ba6fc38d6d51b1db361f6fe94a63cab2eaba49..a9a434b3da920fa10512f3e2e53b0d279dab8154 100644 (file)
@@ -152,3 +152,14 @@ ol.nativeList {
 .pointer {
        cursor: pointer;
 }
+
+a.externalURL::after {
+       content: $fa-var-external-link;
+       display: inline-block;
+       font-family: FontAwesome !important;
+       font-size: 14px !important;
+       font-weight: normal !important;
+       font-style: normal !important;
+       margin-left: 4px;
+       vertical-align: -1px;
+}
index 01b9ec2c223f5fe0ef5bf2baf5e2ed6da784657b..512e408816a0aa77488edb4af0b1791d0f062b44 100644 (file)
@@ -14,7 +14,7 @@
        }
        
        .boxContainer {
-               > div,
+               > div:not(.box),
                > fieldset,
                > section:not(.box) {
                        background-color: $wcfSidebarBackground;
index da476a433f93f227c7e893ca39b42199875a4c50..34ea0975a37292a7d000d806882dc10b0f5cc6f7 100644 (file)
                .columnAvatar > div {
                        &::after {
                                color: $wcfContentLink;
-                               content: "\f069";
+                               content: $fa-var-asterisk;
                                font-family: FontAwesome;
                                font-weight: normal !important;
                                font-style: normal !important;