appDisplay: Rework indicators animation

Previously the animation was not entirely according to the mockup.
Now we are closer to the mockup.

The padding for the indicators are decremented, since we need that
to make the animation not too quick. As a drawback, maybe visually
is not as good as before, or the area to click dots is too much little.
Just make that change for now and test it widely, and we can change
that after.

https://bugzilla.gnome.org/show_bug.cgi?id=707565
This commit is contained in:
Carlos Soriano
2013-09-05 14:48:03 +02:00
parent 7aaf261f5a
commit 93d9c16672
2 changed files with 11 additions and 13 deletions

View File

@ -941,7 +941,7 @@ StScrollBar StButton#vhandle:active {
}
.page-indicator {
padding: 15px 30px;
padding: 15px 20px;
}
.page-indicator .page-indicator-icon {