ginebra2/chrome/bedrockchrome/zoombar.snippet/zoombar.css
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
       
     1 /******* css for zoom view *******/
       
     2 
     1 #ZoomBarId {
     3 #ZoomBarId {
       
     4   /*dimensions*/
     2   width: 145px;
     5   width: 145px;
     3   height: 85px;
     6   height: 85px;
     4 }
     7   /*font specification*/
       
     8   font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif;}
     5 
     9 
     6 #zoomBarDiv {
    10 #zoomBarDiv {
     7   background-image: url(icons/zoom_menu_bg.png);
    11   /*dimensions*/
       
    12   width: 143px;
       
    13   height: 83px;
       
    14   /*decorations*/
       
    15   background-image: url(/zoombar/zoom_menu_bg.png);
     8   background-repeat: no-repeat;
    16   background-repeat: no-repeat;
     9   background-position: top left;
    17   background-position: top left;
    10   width: 143px;
    18   /*webkit*/
    11   height: 83px;
    19   -webkit-user-select: none;}
    12   -webkit-user-select: none;
       
    13 }
       
    14 
    20 
    15 .zoomBarBtn {
    21 .zoomBarBtn {
       
    22   /*dimensions*/
    16   height: 58px;
    23   height: 58px;
    17   width: 58px;
    24   width: 58px;
       
    25   /*margins & paddings*/
    18   padding-left: 10px;
    26   padding-left: 10px;
    19   padding-top: 5px;
    27   padding-top: 5px;
    20   float:left;
    28   /*decorations*/
    21 }
    29   float: left;}
    22 
       
    23