소스 검색

adding 5px padding to input[type=file],

Garrick van Buren 12 년 전
부모
커밋
611637d8c1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      assets/stylesheets/foreground.css

+ 7 - 0
assets/stylesheets/foreground.css

@@ -270,6 +270,13 @@ table.wikitable > * > tr > td {
   font-size:small;
 }
 
+input[type="file"],
+input[type="checkbox"],
+input[type="radio"],
+select {
+  padding: 5px;
+}
+
 .inputSpan select.createboxInput,
 .dateInput select.monthInput,
 input.hourInput,