| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: flowplayer3.colorpicker.css,v 1.1.2.1 2009/03/17 21:21:16 stuartgreenfield Exp $ */ 2 3 /* 4 #placeholder { 5 float: right; 6 } 7 */ 8 9 /* Farbtastic placement */ 10 .color-form { 11 max-width: 50em; 12 position: relative; 13 } 14 #placeholder { 15 position: absolute; 16 top: 0; 17 right: 0; /* LTR */ 18 } 19 20 /* Palette */ 21 .color-form .form-item { 22 height: 2em; 23 line-height: 2em; 24 padding-left: 1em; /* LTR */ 25 margin: 0.5em 0; 26 } 27 .color-form label { 28 float: left; /* LTR */ 29 clear: left; /* LTR */ 30 width: 17em; 31 } 32 .color-form .description { 33 clear: both; 34 } 35 .color-form .form-text, .color-form .form-select { 36 float: left; /* LTR */ 37 } 38 .color-form .form-text { 39 text-align: center; 40 margin-right: 5px; /* LTR */ 41 cursor: pointer; 42 } 43 44 #palette .form-item { 45 width: 30em; 46 } 47 #palette .item-selected { 48 background: #eee; 49 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |