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

#WebViewToolbarId {
  //height:63px;
  height:58px;
  width:100%;
}

.CornerButton {
  height: 58px;
  width:58px;
  background-color: transparent;
  
}

.ButtonSnippet {
/*  padding-top: 2px; */
  height: 58px;
  width:58px;
  
}

.webToolbarBtn {
  height: 58px;
  width: 58px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}   


/* Other toolbars' properties */
.toolBarTable{
  width: 100%;
  border-collapse:collapse;
}

.toolBarBtnCell {
  text-align: center;
}

.toolBarBtn{
  height: 58px;
  width: 58px;
  margin-top: 5px;
  margin-bottom: 7px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  background-image: url(icons/circle_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.ToolBar {
  height: 58px;
  background: white;  
}

.ToolBarInterim img {
  background-image: url(icons/circle_bg-mini.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#BookmarkViewToolbarId {
  height:58px;
  padding-bottom:4px;
  width:100%;
}

#RCToolbarBookmakrId {
  padding-right:4px;
}

#LCToolbarBookmakrId {
  padding-left:4px;
}

#RecentUrlViewToolbarId {
  height:58px;
  padding-bottom:4px;
  width:100%;
}

#LCToolbarRecenUrlId {
  padding-right:4px;
}

#RCToolbarRecentUrlId {
  padding-left:4px;
}

#SettingsViewToolbarId {
  height:58px;
  padding-bottom:4px;
  width:100%;
}

#LCToolbarSettingsId {
  padding-right:4px;
}

#RCToolbarSettingsId {
  padding-left:4px;
}