Ready for 7.10.29 development.

This commit is contained in:
Colin Kuskie 2013-03-20 21:38:23 -07:00
commit c806f99b7b
4236 changed files with 1217679 additions and 0 deletions

16
www/extras/hoverhelp.css Normal file
View file

@ -0,0 +1,16 @@
.wg-hoverhelp {
background-color: #e6ecff;
border: 1px solid #003399;
color: #000066;
font-family: arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
padding: 3px;
width: 300px;
z-index: 12000 !important;
display: none;
}
.wg-hoverhelp.yui-tt {
display: block;
}