NIHVIVO-1015: Fixed: Cropping photo creating extra gap when reducing browser size
This commit is contained in:
parent
903b5b4565
commit
e12810ec1f
1 changed files with 7 additions and 9 deletions
|
@ -58,19 +58,16 @@
|
|||
|
||||
#photoCroppingContainer{
|
||||
margin-left: 0px;
|
||||
width:750px;
|
||||
height:450px;
|
||||
background:#fff;
|
||||
|
||||
padding:15px;
|
||||
|
||||
padding:15px 0 15px 15px;
|
||||
margin-right:0;
|
||||
|
||||
}
|
||||
|
||||
#photoCroppingPreview{
|
||||
width:180px;
|
||||
float:left;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -80,15 +77,16 @@
|
|||
}
|
||||
|
||||
#photoCropping{
|
||||
width:500px;
|
||||
float:right;
|
||||
width:400px;
|
||||
float:left;
|
||||
padding-top:30px;
|
||||
padding-left:15px;
|
||||
|
||||
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* styles for deleting a picture */
|
||||
|
||||
#photoDeletingContainer{
|
||||
|
|
Loading…
Add table
Reference in a new issue