24 lines
387 B
CSS
24 lines
387 B
CSS
/* $Id$ */
|
|
|
|
#blocks td.region {
|
|
font-weight: bold;
|
|
}
|
|
#blocks td.block {
|
|
padding-left: 1.5em; /* LTR */
|
|
}
|
|
.block-region {
|
|
background-color: #ff6;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
padding: 3px;
|
|
}
|
|
#blocks select {
|
|
margin-right: 24px; /* LTR */
|
|
}
|
|
#blocks select.progress-disabled {
|
|
margin-right: 0px; /* LTR */
|
|
}
|
|
#blocks tr.ahah-new-content {
|
|
background-color: #ffd;
|
|
}
|