NIHVIVO-1582: Added to all ingest tool pages breadcrumb navigation to go back to ingest menu page, fixed width textarea form element to fit the width of page container on Advance Data Tools pages.

This commit is contained in:
mb863 2010-12-22 17:33:40 +00:00
parent af69cb0c51
commit 2d711702cf

View file

@ -74,6 +74,10 @@ form textarea {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.maxWidth{
margin-top: 20px;
width: 100%;
}
form a:link.cancel, form a:visited.cancel {
text-decoration: underline;
color: #f70;
@ -233,4 +237,12 @@ form select{
.notice{
margin-top: 1em;
border: 1px dotted #FFD324;
}
a.ingestMenu:link, a.ingestMenu:visited{
text-decoration: none;
color: #5E6363;
}
a.ingestMenu:hover, a.ingestMenu:active{
text-decoration: none;
color: #2485AE;
}