ginebra2/chrome/bedrockchrome/contextmenu.snippet/contextmenu.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
permissions -rw-r--r--
Revision: 201015 Kit: 201018

.menuSnippet img {
      padding-left: 20px;
      padding-right: 15px;
      vertical-align: middle;
}

.menuItemLabel {
      vertical-align: center;
      position: relative;
      top: 3px;
      font-size: 16px;
      font-family: Verdana;
      font-weight: bold;
}

.menuItemContents {
      padding-top: 15px;
}

.menuItem {
      background-repeat: no-repeat;
      background-position: top left;
      width: 203px;
      color: #ffffff;
      vertical-align: center;
      -webkit-user-select: none;
}
.menuTop {
      background-image: url(icons/menubg_fixed_top.png);
      height: 65px;
}
.menuTop:active {
      background-image: url(icons/menubg_fixed_top_pressed.png);
      height: 65px;
}

.menuMid {
      background-image: url(icons/menubg_fixed_center.png);
      height: 65px;
}
.menuMid:active {
      background-image: url(icons/menubg_fixed_center_pressed.png);
      height: 65px;
}

.menuBot {
      background-image: url(icons/menubg_fixed_bottom.png);
      height: 79px;
}
.menuBot:active {
      background-image: url(icons/menubg_fixed_bottom_pressed.png);
      height: 79px;
}

.loadImagesTop {
      background-image: url(icons/menubg_fixed_top_pressed.png);
      visibility: hidden;
}
.loadImagesCenter {
      background-image: url(icons/menubg_fixed_center_pressed.png);
      visibility: hidden;
}
.loadImagesBottom {
      background-image: url(icons/menubg_fixed_bottom_pressed.png);
      visibility: hidden;
}