diff -r bf4420e9fa4d -r 2e16851ffecd ginebra/chrome/bedrockchrome/toolbar2.snippet/toolbar.css --- a/ginebra/chrome/bedrockchrome/toolbar2.snippet/toolbar.css Fri Jun 11 16:23:26 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -.ToolBar { - height: 52px; - background: transparent; - //background: black; -} - -/* CSS properties when not using table to layout */ - -.toolBarTable{ - width: 100%; - border-collapse:collapse; -} - -.toolBarHidden{ - visibility: visible; - } - -.toolBarBtnCell { - text-align: center; - // border: 1px solid red; - // border-left: 1px solid #AAAAAA; - // border-right: 1px solid #BBBBBB;; - } - -.toolbarBtn{ - height: 40px; - width: 40px; - margin-top: 5px; - margin-bottom: 7px; - -webkit-user-drag: none; - -webkit-user-select: none; -} - -.btnBorder{ - margin-top: 5px; - margin-bottom: 7px; - } - -/* Add extra buttons to rightmost, leftmost button to pad them */ -.lastButton{ - margin-right: 12px; -} - -.firstButton { - margin-left: 12px; -}