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 a7f61753a7
commit 98686e5f7b

View File

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