diff -r 000000000000 -r 1450b09d0cfd ginebra2/chrome/bedrockchrome/toolbar.snippet/toolbar.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra2/chrome/bedrockchrome/toolbar.snippet/toolbar.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,102 @@ +#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; +}