ginebra2/chrome/bedrockchrome/zoombar.snippet/zoombar.css
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 #ZoomBarId { 
       
     2   width: 145px;
       
     3   height: 85px;
       
     4 }
       
     5 
       
     6 #zoomBarDiv {
       
     7   background-image: url(icons/zoom_menu_bg.png);
       
     8   background-repeat: no-repeat;
       
     9   background-position: top left;
       
    10   width: 143px;
       
    11   height: 83px;
       
    12   -webkit-user-select: none;
       
    13 }
       
    14 
       
    15 .zoomBarBtn {
       
    16   height: 58px;
       
    17   width: 58px;
       
    18   padding-left: 10px;
       
    19   padding-top: 5px;
       
    20 }
       
    21 
       
    22