diff -r 000000000000 -r 1450b09d0cfd ginebra2/chrome/bedrockchrome/zoombar.snippet/zoombar.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra2/chrome/bedrockchrome/zoombar.snippet/zoombar.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,22 @@ +#ZoomBarId { + width: 145px; + height: 85px; +} + +#zoomBarDiv { + background-image: url(icons/zoom_menu_bg.png); + background-repeat: no-repeat; + background-position: top left; + width: 143px; + height: 83px; + -webkit-user-select: none; +} + +.zoomBarBtn { + height: 58px; + width: 58px; + padding-left: 10px; + padding-top: 5px; +} + +