leaui image bug fix
This commit is contained in:
@ -955,3 +955,33 @@ body {
|
|||||||
#toggleEditorMode {
|
#toggleEditorMode {
|
||||||
margin: 0 10px !important;
|
margin: 0 10px !important;
|
||||||
}
|
}
|
||||||
|
#upload {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0px;
|
||||||
|
padding: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#upload #drop {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
#drop.in {
|
||||||
|
border: 1px solid #000000;
|
||||||
|
}
|
||||||
|
#drop.hover {
|
||||||
|
border: 2px solid #000000;
|
||||||
|
}
|
||||||
|
#uploadMsg {
|
||||||
|
position: absolute;
|
||||||
|
top: 3px;
|
||||||
|
right: 3px;
|
||||||
|
bottom: 10px;
|
||||||
|
overflow: scroll;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
@ -1059,4 +1059,35 @@ body {
|
|||||||
|
|
||||||
#toggleEditorMode {
|
#toggleEditorMode {
|
||||||
margin: 0 10px !important;
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
// leaui image drop drag
|
||||||
|
#upload {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0px;
|
||||||
|
padding: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#upload #drop {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
#drop.in {
|
||||||
|
border: 1px solid #000000;
|
||||||
|
}
|
||||||
|
#drop.hover {
|
||||||
|
border: 2px solid #000000;
|
||||||
|
}
|
||||||
|
#uploadMsg {
|
||||||
|
position: absolute;
|
||||||
|
top: 3px;
|
||||||
|
right: 3px;
|
||||||
|
bottom: 10px;
|
||||||
|
overflow: scroll;
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
@ -829,37 +829,4 @@ background-position:-1px -670px
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// leaui image drop drag
|
|
||||||
#upload {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 0;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0px;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #fff;
|
|
||||||
text-align: center;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#upload #drop {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
padding-top: 100px;
|
|
||||||
}
|
|
||||||
#drop.in {
|
|
||||||
border: 1px solid #000000;
|
|
||||||
}
|
|
||||||
#drop.hover {
|
|
||||||
border: 2px solid #000000;
|
|
||||||
}
|
|
||||||
#uploadMsg {
|
|
||||||
position: absolute;
|
|
||||||
top: 3px;
|
|
||||||
right: 3px;
|
|
||||||
bottom: 10px;
|
|
||||||
overflow: scroll;
|
|
||||||
list-style: none;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user