vivo/themes/vivo-basic/css/uploadImages.css

142 lines
1.7 KiB
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
2010-06-30 13:45:05 +00:00
/* styles for uploading a picture */
2010-06-30 13:45:05 +00:00
#photoUploadContainer{
margin-left: 0px;
height:280px;
background:#fff;
padding:15px;
}
#photoUploadDefaultImageContainer{
width:120px;
float:left;
}
#photoUploadDefaultImageContainer img{
border:3px solid #CCC;
margin-bottom:10px;
}
#photoUploadForm{
width:280px;
float:left;
2010-07-08 01:56:13 +00:00
padding-top:45px;
2010-06-30 13:45:05 +00:00
padding-left:15px;
}
2010-06-30 13:45:05 +00:00
#photoUploadForm form label{
display:block;
padding-bottom:10px;
}
#photoUploadForm label span{
font-size:0.7em;
}
#photoUploadForm form input{
margin-bottom:10px;
}
/* styles for cropping a picture */
#photoCroppingContainer{
margin-left: 0px;
height:450px;
background:#fff;
padding:15px 0 15px 15px;
margin-right:0;
2010-07-07 17:10:35 +00:00
2010-06-30 13:45:05 +00:00
}
#photoCroppingPreview{
width:180px;
float:left;
}
.photoCroppingNote{
margin-top:15px;
font-size:0.8em;
}
#photoCropping{
width:400px;
float:left;
2010-06-30 13:45:05 +00:00
padding-top:30px;
padding-left:15px;
margin-left:0;
margin-right:0;
2010-06-30 13:45:05 +00:00
}
2010-06-30 13:45:05 +00:00
/* styles for deleting a picture */
#photoDeletingContainer{
margin-left: 0px;
width:720px;
2010-06-30 13:45:05 +00:00
height:330px;
background:#fff;
border:1px solid grey;
padding:15px;
2010-07-07 17:10:35 +00:00
}
/* styles for error alerts */
#error-alert{
color:#900;
padding:0px;
margin-bottom:5px;
height:30px;
2010-07-07 17:10:35 +00:00
}
#error-alert img{
2010-07-07 17:10:35 +00:00
float:left;
margin:0;
padding:0;
vertical-align:middle;
2010-07-07 17:10:35 +00:00
}
#error-alert p{
padding-left:35px;
font-size:0.9em;
line-height:30px;
2010-07-07 20:35:53 +00:00
}
2010-07-08 01:52:01 +00:00
a.cancelUpload:link, a.cancelUpload:visited {
2010-07-07 20:35:53 +00:00
color:#FF7700;
}
2010-07-08 01:52:01 +00:00
a.cancelUpload:hover {
color:#FFF;
background-color:#FF7700;
2010-07-07 20:35:53 +00:00
}
2010-07-08 01:52:01 +00:00
a.cancelUpload:active {
color:#FF7700;
}
.or{
display:inline;
vertical-align:middle;
2010-07-07 20:35:53 +00:00
}
2010-07-09 19:29:03 +00:00