updated css for photo upload

This commit is contained in:
mb863 2010-07-07 17:10:35 +00:00
parent 4d709d5e81
commit 71bea207be

View file

@ -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;
}
}
/* 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;*/
}*/