mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed margin issue with box loding state
parent
57fb76966b
commit
59fbae2aee
|
@ -137,7 +137,7 @@
|
||||||
> .overlay,
|
> .overlay,
|
||||||
> .loading-img {
|
> .loading-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -3px;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -1309,7 +1309,7 @@ a:focus {
|
||||||
.box > .overlay,
|
.box > .overlay,
|
||||||
.box > .loading-img {
|
.box > .loading-img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -3px;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue