ginebra/chrome/bedrockchrome/chrome.css
changeset 0 1450b09d0cfd
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 /* place overall style hooks here */
       
     2 @import url("toolbar2.snippet/toolbar.css");
       
     3 
       
     4 body {
       
     5   margin:0px;
       
     6   -webkit-user-select:none;
       
     7 }
       
     8 
       
     9 #StatusBarChromeId { 
       
    10   height: 26px;
       
    11 }
       
    12 
       
    13 #UrlSearchChromeId { 
       
    14 //  height: 34px;
       
    15   height: 44px;
       
    16 }
       
    17 
       
    18 /*
       
    19 #ToolbarChromeId { 
       
    20   height: 50px;
       
    21 }
       
    22 */
       
    23 
       
    24 #WindowCountBarId {
       
    25   height: 26px;
       
    26 }