| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* $Id: collapsible-div.css,v 1.2 2008/11/27 17:29:34 merlinofchaos Exp $ */ 2 3 .ctools-collapsible-container .ctools-toggle { 4 float: left; 5 width: 21px; 6 height: 21px; 7 cursor: pointer; 8 background-position: 7px 7px; 9 background-repeat: no-repeat; 10 background-image: url(../images/collapsible-expanded.png); 11 } 12 13 .ctools-collapsible-container .ctools-collapsible-handle { 14 cursor: pointer; 15 } 16 17 .ctools-collapsible-container .ctools-toggle-collapsed { 18 background-image: url(../images/collapsible-collapsed.png); 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |