Fixed badges in page header
authorAlexander Ebert <ebert@woltlab.com>
Mon, 11 Apr 2016 22:12:11 +0000 (00:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 11 Apr 2016 22:12:18 +0000 (00:12 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss

index 79dfe22408838479eb4ade805f495ef701931190..bc6b32ba7d9648245a22df133ae62320b53827d0 100644 (file)
@@ -68,6 +68,7 @@
                                > .boxMenuLinkOutstandingItems {
                                        background-color: rgb(255, 255, 255);
                                        color: rgb(192, 57, 43);
+                                       margin-left: 5px;
                                }
                        }
                        
                                }
                                
                                /* special styling for update badge */
-                               > span.badgeUpdate {
+                               > .badgeUpdate {
                                        box-shadow: -1px 2px 3px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(225, 225, 225, .3);
-                                       left: 16px;
+                                       left: 26px;
                                        position: absolute;
-                                       top: -5px;
+                                       top: 2px;
                                }
                        }