ginebra2/chrome/bedrockchrome/windowcount.snippet/windowcount.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
child 16 3c88a81ff781
permissions -rw-r--r--
Revision: 201015 Kit: 201018


#WindowCountBarId {
    width:100%;
    background: transparent;
}

/* 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;
}