ginebra/chrome/bedrockchrome/windowcount.snippet/windowcount.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 
       
     2 #WindowCountBarId {
       
     3     width:100%;
       
     4 }
       
     5 
       
     6 /* Table */
       
     7 #wcrow {
       
     8     table-layout:fixed;
       
     9     width:100%;
       
    10     border: 0;
       
    11     border-spacing: 0;
       
    12     padding: 0;
       
    13 
       
    14 }
       
    15 
       
    16 /* Cell image */
       
    17 .wcicon {
       
    18     height:10;
       
    19     width:10;
       
    20     margin-right:10px;
       
    21     margin-left:10px;
       
    22     margin-top:8px;
       
    23     margin-bottom:6px;
       
    24 }
       
    25 
       
    26 /* Table cells */
       
    27 #wcfirst {
       
    28     overflow:hidden;
       
    29 }
       
    30 
       
    31 #wclast {
       
    32     overflow:hidden;
       
    33 }
       
    34 
       
    35 #wccontent {
       
    36     text-align:center;
       
    37     overflow:hidden;
       
    38 }