Finish Notes Support...

This commit is contained in:
Paulo Veiga
2011-10-07 00:21:49 -03:00
parent 1f02d51434
commit 7194269826
18 changed files with 422 additions and 136 deletions

View File

@@ -592,4 +592,14 @@ div.installCFG h2 {
left: 0;
top: 0;
margin: 0;
}
}
.floating-tip {
background-color: #dfcf3c;
padding: 5px 15px;
color: #666666;
font-weight: bold;
font-size: 11px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}