ginebra2/chrome/bedrockchrome/windowcount.snippet/windowcount.css
author hgs
Fri, 15 Oct 2010 17:30:59 -0400
changeset 16 3c88a81ff781
parent 0 1450b09d0cfd
permissions -rw-r--r--
201041


#WindowCountBarId {
    width:100%;
    background: transparent;
    /*font specification*/
    font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif;
}

/* Table */
#wcrow {
    table-layout:fixed;
    width:100%;
    border: 0;
    border-spacing: 0;
    padding: 0;

}

/* Cell image */
.wcicon {
    height:10;
    width:10;
    margin-right:10px;
    margin-left:10px;
    margin-top:8px;
    margin-bottom:6px;
}

/* Table cells */
#wcfirst {
    overflow:hidden;
}

#wclast {
    overflow:hidden;
}

#wccontent {
    text-align:center;
    overflow:hidden;
}