Browse Source

Fixed margin issue with box loding state

Abdullah Almsaeed 10 years ago
parent
commit
59fbae2aee
3 changed files with 2 additions and 2 deletions
  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%;

File diff suppressed because it is too large
+ 0 - 0
dist/css/AdminLTE.min.css


Some files were not shown because too many files changed in this diff