update
[plewww.git] / plekit / toggle / toggle.css
1 /*
2  $Id$
3  */
4
5 /* containers - work with nifty corners*/
6 div.plc-toggle-container {
7     background-color: #E6E6E6;
8     padding: 20px;
9     margin: 10px;
10 }
11
12 .plc-toggle-trigger {
13     padding: 0;
14     margin: 20px;
15     font-weight: bold;
16     cursor: crosshair;
17 }
18
19 /* the buttons */
20 img.plc-toggle-visible, img.plc-toggle-hidden {
21     height: 16px;
22     padding-right: 15px;
23 }
24
25 /* what goes on and off */
26 div.plc-toggle-area {
27 }
28