ncannasse 7 gadi atpakaļ
vecāks
revīzija
036009b34c
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 5 0
      bin/style.css
  2. 5 0
      bin/style.less

+ 5 - 0
bin/style.css

@@ -543,6 +543,11 @@ input[type=checkbox]:checked:after {
   cursor: pointer;
   user-select: none;
   padding: 1px;
+  position: relative;
+}
+.hide-properties .group > .title > .checkbox-wrapper {
+  position: absolute;
+  left: 5px;
 }
 .hide-properties .group > .content {
   margin-bottom: 5px;

+ 5 - 0
bin/style.less

@@ -588,6 +588,11 @@ input[type=checkbox] {
 			cursor:pointer;
 			user-select:none;
 			padding : 1px;
+			position: relative;
+			>.checkbox-wrapper {
+				position: absolute;
+				left: 5px;
+			}
 		}
 		>.content {
 			margin-bottom : 5px;