46 lines
661 B
CSS
46 lines
661 B
CSS
/* $Id$ */
|
|
|
|
#placeholder {
|
|
right: inherit;
|
|
left: 0;
|
|
}
|
|
|
|
/* Palette */
|
|
.color-form .form-item {
|
|
padding-left: inherit;
|
|
padding-right: 1em;
|
|
}
|
|
.color-form label {
|
|
float: right;
|
|
clear: right;
|
|
}
|
|
.color-form .form-text, .color-form .form-select {
|
|
float: right;
|
|
}
|
|
.color-form .form-text {
|
|
margin-right: inherit;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#palette .hook {
|
|
float: right;
|
|
}
|
|
#palette .down, #palette .up, #palette .both {
|
|
background-position: 0 0;
|
|
}
|
|
#palette .up {
|
|
background-position: 0 -27px;
|
|
}
|
|
#palette .both {
|
|
background-position: 0 -54px;
|
|
}
|
|
|
|
#palette .lock {
|
|
float: right;
|
|
left: inherit;
|
|
right: -10px;
|
|
}
|
|
html.js #preview {
|
|
float: right;
|
|
}
|