Changing bubble for a more simple one

This commit is contained in:
Pablo Luna
2011-01-20 15:58:30 -03:00
parent 4b8d6a51f3
commit a4ab2a2e42
2 changed files with 23 additions and 121 deletions

View File

@@ -4,6 +4,14 @@
opacity:0;
width:auto;
overflow:hidden;
padding:20px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#BCCCE1;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
border: 1px solid black;
}
.bublePartContainer {