split in two
[plewww.git] / plekit / toggle / toggle.css
1 /*
2  $Id$
3  */
4
5 .plc-toggle-trigger {
6     padding-left: 15px;
7 /*    text-align:center; */
8 }
9
10 /* containers */
11 div.plc-toggle-container {
12     border:2px solid #ccc;
13 }
14
15 /* the buttons */
16 img.plc-toggle-visible, img.plc-toggle-hidden {
17     height: 16px;
18     padding-right: 15px;
19 }
20
21 /* what goes on and off */
22 div.plc-toggle-area {
23 }
24