1c53bc813e
The table editor will now set the backgorund colour on the table in Firefox version 34 and below. Also expanded the dialogue slightly because the colour choices were wrapping and I added some styling to put a gap in for the metric markers for border width and table width.
40 lines
743 B
CSS
40 lines
743 B
CSS
div.editor_atto_content td,
|
|
div.editor_atto_content th,
|
|
div.editor_atto_content caption {
|
|
border: 1px dashed #BBB;
|
|
position: relative;
|
|
min-width: 30px;
|
|
height: 13px;
|
|
}
|
|
div.editor_atto_content caption {
|
|
height: auto;
|
|
}
|
|
|
|
div.availablecolors {
|
|
max-width: 55%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.availablecolors label:not(.hideborder) {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
div.availablecolors label {
|
|
border-radius: 4px;
|
|
display: inline-block;
|
|
font-size: 0.1em;
|
|
padding: 2px;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
div.availablecolors label input[type="radio"] {
|
|
float: none;
|
|
margin: 0;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
input[name="bordersize"], input[name="width"] {
|
|
margin-right: 0.3em;
|
|
}
|