NIHVIVO-1493: Defining app level classes.

This commit is contained in:
mb863 2010-12-13 20:13:10 +00:00
parent 91f96a2304
commit fc43269ad5
20 changed files with 40 additions and 32 deletions

View file

@ -333,4 +333,12 @@ span.entityRelationsSpan {
.hideFromVivoWeb {
display: none;
height: 0;
}
.notice{
padding: .8em;
margin-bottom: 1em;
border: 1px solid #ddd;
display: block;
background: #FFF6BF;
color: #7F7034;
}