From 2d711702cf4776cf8a56bdc5500181abd04bf2ac Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 22 Dec 2010 17:33:40 +0000 Subject: [PATCH] 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. --- themes/wilma/css/edit.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 36ae7148..35aeff73 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -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; } \ No newline at end of file