소스 검색

Fixed margin issue with box loding state

Abdullah Almsaeed 10 년 전
부모
커밋
59fbae2aee
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      build/less/boxes.less
  2. 1 1
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 1 - 1
build/less/boxes.less

@@ -137,7 +137,7 @@
   > .overlay,
   > .loading-img {
     position: absolute;
-    top: -3px;
+    top: 0;
     left: 0;
     width: 100%;
     height: 100%;

+ 1 - 1
dist/css/AdminLTE.css

@@ -1309,7 +1309,7 @@ a:focus {
 .box > .overlay,
 .box > .loading-img {
   position: absolute;
-  top: -3px;
+  top: 0;
   left: 0;
   width: 100%;
   height: 100%;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/AdminLTE.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.