style: Adjust close button overlap

After changing the button size, we need to adjust the x-offset by
1px (apparently the y-offset already assumed the correct size).
This commit is contained in:
Florian Müllner 2012-10-25 18:28:29 +02:00
parent caa0f63e1f
commit 93e3559dc3

View File

@ -627,12 +627,12 @@ StScrollBar StButton#vhandle:active {
/* we start out in the top right of the
* notification, inset.
*
* center is 32px/2 = 17px
* center is 32px/2 = 16px
*
* adjust left 2px
* adjust down 8px */
-shell-close-overlap-x: 15px;
-shell-close-overlap-x: 14px;
-shell-close-overlap-y: -12px;
}