| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: color-rtl.css,v 1.2 2007/11/27 12:09:25 goba Exp $ */ 2 3 #placeholder { 4 left: 0; 5 right: auto; 6 } 7 8 /* Palette */ 9 .color-form .form-item { 10 padding-left: 0; 11 padding-right: 1em; 12 } 13 .color-form label { 14 float: right; 15 clear: right; 16 } 17 .color-form .form-text, .color-form .form-select { 18 float: right; 19 } 20 .color-form .form-text { 21 margin-right: 0; 22 margin-left: 5px; 23 } 24 25 #palette .hook { 26 float: right; 27 } 28 #palette .down, #palette .up, #palette .both { 29 background: url(images/hook-rtl.png) no-repeat 0 0; 30 } 31 #palette .up { 32 background-position: 0 -27px; 33 } 34 #palette .both { 35 background-position: 0 -54px; 36 } 37 38 #palette .lock { 39 float: right; 40 right: -10px; 41 } 42 html.js #preview { 43 float: right; 44 }
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 |