Increased arrow size
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Apr 2012 11:48:27 +0000 (13:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Apr 2012 11:48:27 +0000 (13:48 +0200)
wcfsetup/install/files/style/popover.less

index 361a9fb7d0aea59a19666139fea2f3717e5b7240..d869475e345b101c33b105630c57ab7540de76af 100644 (file)
@@ -17,7 +17,7 @@
        .boxShadow(0, 3px, rgba(0, 0, 0, .3), 7px);
        
        &:after {
-               border: 7px solid transparent;
+               border: 10px solid transparent;
                content: "";
                display: inline-block;
                position: absolute;
        &.top:after {
                border-bottom-width: 0;
                border-top-color: rgba(0, 0, 0, .2);
-               bottom: -7px;
+               bottom: -10px;
        }
        
        &.bottom:after {
                border-bottom-color: rgba(0, 0, 0, .2);
                border-top-width: 0;
-               top: -7px;
+               top: -10px;
        }
        
        &.right:after {
-               left: 7px;
+               left: 10px;
        }
        
        &.left:after {
-               right: 7px;
+               right: 10px;
        }
 }