Fix toolbar.

This commit is contained in:
Paulo Veiga
2011-10-02 21:05:17 -03:00
parent 410180e744
commit b7bbe2c0b7
9 changed files with 55 additions and 84 deletions

View File

@@ -375,12 +375,15 @@ div#fontColor {
.toolbarPanel {
color: black;
border: 1px solid #bbb4d6;
border-color: #CCC #666 #666 #CCC;
border-style: solid;
border-width: 1px;
background: #E5E5E5;
display: none;
position: absolute;
z-index: 4;
top: 71px;
text-align: left;
}
div.toolbarPanelLink {