Преглед на файлове

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


Някои файлове не бяха показани, защото твърде много файлове са промени