From 71bea207be3404fcb96e0b54b6c1656cc1030b44 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 7 Jul 2010 17:10:35 +0000 Subject: [PATCH] updated css for photo upload --- themes/vivo-basic/css/uploadImages.css | 33 ++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/themes/vivo-basic/css/uploadImages.css b/themes/vivo-basic/css/uploadImages.css index f512a5c4..7353ba98 100644 --- a/themes/vivo-basic/css/uploadImages.css +++ b/themes/vivo-basic/css/uploadImages.css @@ -6,9 +6,8 @@ width:500px; height:280px; background:#fff; - border:1px solid grey; padding:15px; - + } @@ -62,7 +61,7 @@ width:700px; height:450px; background:#fff; - border:1px solid grey; + padding:15px; @@ -100,4 +99,30 @@ border:1px solid grey; padding:15px; -} \ No newline at end of file +} +/* styles for error alerts */ +#errorAlert{ + width:500px; + background-color:#900; + color:#FFF; + padding:1em; + margin-bottom: 15px; + font-family: Helvetica, sans-serif,Arial; + font-size: 1em; + line-height:1.2em; + +} + + +/*#errorAlert img{ + float:left; + margin:0; + padding:0; + vertical-align:middle; + +} + +#errorAlert p{ + /*padding-left:40px;*/ + +}*/ \ No newline at end of file