? images/.DS_Store Index: css/style-rtl.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style-rtl.css,v retrieving revision 1.10 diff -u -p -r1.10 style-rtl.css --- css/style-rtl.css 27 Apr 2010 04:55:48 -0000 1.10 +++ css/style-rtl.css 28 Apr 2010 03:55:26 -0000 @@ -231,9 +231,22 @@ html.js input.throbbing { /* ---------- Poll ----------- */ + .poll .vote-form { text-align: right; /* LTR */ } .poll .total { text-align:left; /* LTR */ } + +/* ---------- Color Form ----------- */ + +.color-form #placeholder { + float: left; /* LTR */ +} +.color-form .form-item label { + float: right; /* LTR */ +} +.color-form #palette .lock { + right: -20px; /* LTR */ +} \ No newline at end of file Index: css/style.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v retrieving revision 1.51 diff -u -p -r1.51 style.css --- css/style.css 27 Apr 2010 18:05:14 -0000 1.51 +++ css/style.css 28 Apr 2010 03:55:26 -0000 @@ -1008,3 +1008,38 @@ div.admin-panel .description { .node .poll #edit-choice { margin:0 0 1.2em; } + +/* ---------- Color Form ----------- */ + +.color-form #placeholder { + float: right; /* LTR */ + width: 195px; +} +.color-form .form-item { + border: 1px solid #fbfbfb; + margin: 0; + padding: .5em; + position: relative; + max-width: 350px; + -khtml-border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} +.color-form .form-item label { + float: left; /* LTR */ + font-size: 1em; + width: 145px; +} +.color-form .form-item.item-selected { + background-color: #eeeeee; + border: 1px solid #cfcfcf; +} +.color-form #palette .lock { + position: absolute; + top: 5px; + left: -20px; /* LTR */ +} +.color-form #preview { + font-size: .85em; +}