source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/treetable.css @ 6785

Revision 6785, 397 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1.v-treetable-treespacer {
2        display:inline-block;
3        background: transparent;
4        height:15px;
5        /* defines the amount of indent per level */
6        width:15px;
7}
8
9.v-treetable-node-closed {
10        background: url(arrow-right.png) right center no-repeat;
11}
12
13.v-treetable-node-open {
14        background: url(arrow-down.png) right center no-repeat;
15}
16
17.v-treetable .v-checkbox {
18        display: inline-block;
19        padding-bottom:4px;
20}
Note: See TracBrowser for help on using the repository browser.