浏览代码

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,