소스 검색

removed position absoulte from box-tools to avoid overlapping with box-title

REJack 5 년 전
부모
커밋
78f4a4391d
5개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 3 3
      build/less/boxes.less
  2. 3 3
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css
  4. 3 3
      dist/css/alt/AdminLTE-without-plugins.css
  5. 0 0
      dist/css/alt/AdminLTE-without-plugins.min.css

+ 3 - 3
build/less/boxes.less

@@ -203,9 +203,9 @@
     margin-right: 5px;
   }
   > .box-tools {
-    position: absolute;
-    right: 10px;
-    top: 5px;
+    float: right;
+    margin-top: -5px;
+    margin-bottom: -5px;
     [data-toggle="tooltip"] {
       position: relative;
     }

+ 3 - 3
dist/css/AdminLTE.css

@@ -1793,9 +1793,9 @@ a:focus {
   margin-right: 5px;
 }
 .box-header > .box-tools {
-  position: absolute;
-  right: 10px;
-  top: 5px;
+  float: right;
+  margin-top: -5px;
+  margin-bottom: -5px;
 }
 .box-header > .box-tools [data-toggle="tooltip"] {
   position: relative;

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


+ 3 - 3
dist/css/alt/AdminLTE-without-plugins.css

@@ -1794,9 +1794,9 @@ a:focus {
   margin-right: 5px;
 }
 .box-header > .box-tools {
-  position: absolute;
-  right: 10px;
-  top: 5px;
+  float: right;
+  margin-top: -5px;
+  margin-bottom: -5px;
 }
 .box-header > .box-tools [data-toggle="tooltip"] {
   position: relative;

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


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