main.css and uploader.css ---a Class is added in main.css and commented in uploader.css problem was at upload photo page.
This commit is contained in:
parent
d9a075e5bd
commit
6c445df635
2 changed files with 15 additions and 3 deletions
|
@ -2574,4 +2574,15 @@ padding-right: 0px;
|
|||
.no-border{
|
||||
border: none;
|
||||
}
|
||||
/* default standard classes end usman */
|
||||
/* default standard classes end usman */
|
||||
.dragDropContainer {
|
||||
background-color: #e0dedf;
|
||||
border: 3px dashed #c5c3c4;
|
||||
color: #555;
|
||||
font-size: 1.2em;
|
||||
margin: 10px auto;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
width: 60%;
|
||||
position: relative;
|
||||
}
|
|
@ -79,7 +79,7 @@
|
|||
top: 1px;
|
||||
}
|
||||
|
||||
.dragDropContainer{
|
||||
/*.dragDropContainer{
|
||||
width: 60%;
|
||||
margin: 10px auto 10px;
|
||||
background-color: #E0DEDF;
|
||||
|
@ -88,7 +88,8 @@
|
|||
text-align: center;
|
||||
color: #555;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
position: relative;
|
||||
}*/
|
||||
|
||||
.selectButtonContainer{
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue