NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.

This commit is contained in:
mb863 2011-03-14 19:20:33 +00:00
parent 236b517105
commit 4d240f97d5
2 changed files with 14 additions and 0 deletions

View file

@ -122,6 +122,18 @@ input#submit:visited {
margin-top: .5em;
margin-bottom: .5em;
}
#verbosePropertyForm span {
color: #888C8C;
}
#verbosePropertyForm b {
color: #595B5B;
}
#verbosePropertyForm .small {
font-size: 12px;
}
#verbosePropertyForm .verbose-off{
background: #706a66;
}
input.delete,
input.delete:visited,
input#delete,