NIHVIVO-3419: Improved UX for adding individuals in a first time VITRO installation

This commit is contained in:
manolobevia 2011-12-05 00:41:33 +00:00
parent 8a01fb41f4
commit 45d217e579
4 changed files with 50 additions and 2 deletions

View file

@ -42,4 +42,16 @@
}
#alertIcon {
vertical-align:middle
}
/* BUBBLE ALERT FOR ADDING INDIVIDUAL CLASSES -----> */
#addClassBubble p{
width: 258px;
height: 64px;
font-size: 13px;
line-height: 1.3em;
padding: 25px 5px 5px 13px;
background: #fff url('../images/siteAdmin/addClassBubble.png') 0 0 no-repeat;
color: #797979;
padding-bottom: 0;
margin-bottom: 0;
}