ginebra2/chrome/bedrockchrome/toolbar.snippet/toolbar.css
changeset 3 0954f5dd2cd0
parent 1 b0dd75e285d2
child 4 d5cdb6bc139d
--- a/ginebra2/chrome/bedrockchrome/toolbar.snippet/toolbar.css	Fri May 14 15:40:36 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,102 +0,0 @@
-#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;
-}