NIHVIVO-1574: Refactored upload image templates, and made upload images css file theme agnostic.
This commit is contained in:
parent
c5904868c0
commit
77c1b1235c
3 changed files with 35 additions and 1 deletions
|
@ -82,6 +82,7 @@ form a:link.cancel, form a:visited.cancel {
|
|||
text-decoration: underline;
|
||||
color: #f70;
|
||||
border-color: none;
|
||||
padding-left: 3px;
|
||||
}
|
||||
form a:hover.cancel, form a:active.cancel {
|
||||
text-decoration: none;
|
||||
|
|
|
@ -28,6 +28,9 @@ body{
|
|||
body{
|
||||
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
|
||||
}
|
||||
a:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
/* h1,h2,h3,h4,h5,h6 ------> */
|
||||
h2{
|
||||
padding: 10px 0 12px 0;
|
||||
|
@ -788,8 +791,38 @@ a {
|
|||
text-decoration: underline
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* IMAGE UPLOAD------ ------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
/* <------ UPLOAD PICTURE*/
|
||||
#photoUploadDefaultImage img{
|
||||
border: 4px solid #DDE4E3;
|
||||
}
|
||||
#photoUploadForm{
|
||||
border-left: 1px dotted #DDE4E3;
|
||||
}
|
||||
/* <------ CROP PICTURE*/
|
||||
#photoCropping img{
|
||||
border: 1px solid #DDE4E3;
|
||||
}
|
||||
#photoCropping{
|
||||
margin-left: 20px;
|
||||
padding-left: 40px;
|
||||
background: url(../images/pointToCropPreview.jpg) 0 30px no-repeat;
|
||||
}
|
||||
#photoCroppingPreview{
|
||||
width: 210px;
|
||||
}
|
||||
.photoCroppedPreview{
|
||||
border: 4px solid #DDE4E3;
|
||||
}
|
||||
/* <------ DELETE PICTURE*/
|
||||
#photoDeletingContainer{
|
||||
border: 1px solid #bdbcbc;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* INDIVIDUAL DISPLAY ------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
||||
/* INDIVIDUAL LIST ------> */
|
||||
.individualList ul.individualData li {
|
||||
padding-bottom: 0;
|
||||
|
|
BIN
themes/wilma/images/pointToCropPreview.jpg
Normal file
BIN
themes/wilma/images/pointToCropPreview.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue