Quote:
Originally Posted by balinor
Moving to Template editing as I don't see this on a clean install or the demo site.
|
Balinor, I've noticed that skin1.css of blue color scheme is really haven't a semicolon at line 332. Here is fragment of skin1.css from install pack:
Code:
TD.DialogTitle {
COLOR: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
BACKGROUND-COLOR: #68C1FF
VERTICAL-ALIGN: bottom;
HEIGHT: 14px;
PADDING-TOP: 1px;
PADDING-BOTTOM: 0px;
PADDING-LEFT: 10px;
PADDING-RIGHT: 10px;
TEXT-ALIGN: left;
}
Here is fixed css:
Attachment 1179