Combination of updates to match design suggestions

* Align the icons inside text
* Add application name to Quit
* Fade in/out the menu
* Drop some padding around the edges
* Add padding around the separators
* Use a gradient for separators

https://bugzilla.gnome.org/show_bug.cgi?id=618460
This commit is contained in:
Colin Walters
2010-05-12 17:07:41 -04:00
parent 5cfd72ff8b
commit db36a90c48
3 changed files with 63 additions and 34 deletions

View File

@ -131,14 +131,15 @@ StTooltip {
.panel-menu {
color: #ffffff;
font-size: 16px;
min-width: 200px;
}
.panel-menu-content {
padding: 20px 0px;
padding: 10px 0px;
}
.panel-menu-item {
padding: 6px 30px;
padding: 6px 20px;
}
.panel-menu-item:hover {
@ -146,12 +147,15 @@ StTooltip {
}
.panel-image-menu-item {
spacing: 6px;
spacing: 12px;
}
.panel-separator-menu-item {
background: #4c4c4c;
height: 1px;
-gradient-height: 2px;
-gradient-start: rgba(8,8,8,0);
-gradient-end: #333333;
-margin-horizontal: 30px;
height: 16px;
}
#appMenu {