source: sipes/cord/modules/color/color-rtl.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 644 octetos
Línea 
1
2#placeholder {
3  left: 0;
4  right: auto;
5}
6
7/* Palette */
8.color-form .form-item {
9  padding-left: 0;
10  padding-right: 1em;
11}
12.color-form label {
13  float: right;
14  clear: right;
15}
16.color-form .form-text, .color-form .form-select {
17  float: right;
18}
19.color-form .form-text {
20  margin-right: 0;
21  margin-left: 5px;
22}
23
24#palette .hook {
25  float: right;
26}
27#palette .down, #palette .up, #palette .both {
28  background: url(images/hook-rtl.png) no-repeat 0 0;
29}
30#palette .up {
31  background-position: 0 -27px;
32}
33#palette .both {
34  background-position: 0 -54px;
35}
36
37#palette .lock {
38  float: right;
39  right: -10px;
40}
41html.js #preview {
42  float: right;
43}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.