more tweaks to wilma to correct issues with theme images (visualization, property groups, and editing) and markup conflicts for custom editing forms NIHVIVO-556

This commit is contained in:
nac26 2010-10-26 17:17:37 +00:00
parent 41c8c202d9
commit 8ccfef4fcc
7 changed files with 11 additions and 11 deletions

View file

@ -634,13 +634,13 @@ a.add {
width: 1em;
height: 1em;
padding: 4px;
background: #ebebeb url(../site_icons/plus_transparent.gif) center center no-repeat;
background: #ebebeb url(../images/transition/individual/plus_transparent.gif) center center no-repeat;
text-indent: -9999px;
overflow: hidden;
}
a.add:hover {
background-image: url(../site_icons/plus_transparent_hover.gif);
background-image: url(../images/transition/individual/plus_transparent_hover.gif);
background-color: #576772;
}