From 3ffd44fa7e2459e4daf022271e73de6fe658939e Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 13 Jul 2010 16:06:15 +0000 Subject: [PATCH] NIHVIVO-364 --- themes/vivo-basic/css/screen.css | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 47cdbe72..a51f9a51 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -768,4 +768,39 @@ font-size:1.1em; color:#384c5d; line-height:100px; padding-left:65px; +} + + +/* styles for error alerts */ + +#errorAlert{ + color:#900; + padding:0px; + margin-bottom:5px; + + height:30px; + +} + + +#errorAlert img{ + float:left; + margin:0; + padding:0; + vertical-align:middle; + + +} + +#errorAlert p{ +padding-left:35px; +font-size:0.9em; +line-height:30px; + +} + +/* styles for contact us page */ +.contactUsReturnHome{ +margin-top:30px; +margin-bottom:250px; } \ No newline at end of file