Make workspace selector more similar to the mockup

This makes the workspace indicator respect the "padding" style attribute.
Also, since we no longer draw the border on top of the thumbnail,
we need to be pixel-precise in allocating the indicator height.

We use this to make the workspace selector more similar to the mockup.

https://bugzilla.gnome.org/show_bug.cgi?id=662087
This commit is contained in:
Stefano Facchini
2011-11-27 00:28:51 +01:00
parent d60a4e97d6
commit 18c62a1987
2 changed files with 25 additions and 10 deletions

View File

@ -578,22 +578,24 @@ StButton.popup-menu-item:insensitive {
border-right: 0px;
border-radius: 9px 0px 0px 9px;
background-color: rgba(0, 0, 0, 0.5);
padding: 8px;
padding: 11px 7px 11px 11px;
}
.workspace-thumbnails-background:rtl {
border-right: 1px;
border-left: 0px;
border-radius: 0px 9px 9px 0px;
padding: 11px 11px 11px 7px;
}
.workspace-thumbnails {
spacing: 7px;
spacing: 11px;
}
.workspace-thumbnail-indicator {
outline: 2px solid white;
border: 1px solid #888;
border: 4px solid rgba(255,255,255,0.7);
border-radius: 4px;
padding: 1px;
}
.window-caption {