소스 검색

Part 2. Fix at bottom of list Add button to be higher, so that text Add is not over button borders.

Thanks to WeKan commercial support customer and xet7.
Lauri Ojansivu 2 년 전
부모
커밋
c27a2b22c6
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/forms/forms.css
  2. 3 0
      client/components/lists/list.css

+ 1 - 1
client/components/forms/forms.css

@@ -8,7 +8,7 @@ button {
   border-radius: 3px;
   border-radius: 3px;
   display: block;
   display: block;
   margin-bottom: 12px;
   margin-bottom: 12px;
-  min-height: 50px;
+  min-height: 34px;
   padding: 7px;
   padding: 7px;
 }
 }
 select.full,
 select.full,

+ 3 - 0
client/components/lists/list.css

@@ -126,6 +126,9 @@
 .list-body .minicards form {
 .list-body .minicards form {
   margin-bottom: 9px;
   margin-bottom: 9px;
 }
 }
+.list-body .minicards .add-controls button {
+  min-height: 50px;
+}
 .list-body .open-minicard-composer {
 .list-body .open-minicard-composer {
   border-radius: 2px;
   border-radius: 2px;
   color: #8c8c8c;
   color: #8c8c8c;