ginebra2/chrome/bedrockchrome/windowcount.snippet/windowcount.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 17:59:43 +0300
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 16 3c88a81ff781
permissions -rw-r--r--
Revision: 201024 Kit: 2010125


#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;
}