Minor fix.

This commit is contained in:
Paulo Veiga
2011-10-07 01:30:55 -03:00
parent c472b95b20
commit 52587c0eaa
7 changed files with 172 additions and 61 deletions

View File

@@ -593,13 +593,15 @@ div.installCFG h2 {
top: 0;
margin: 0;
}
.floating-tip {
background-color: #dfcf3c;
padding: 5px 15px;
color: #666666;
font-weight: bold;
font-size: 11px;
/*font-weight: bold;*/
/*width: 100px;*/
font-size: 13px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);