소스 검색

adjusted height of ui button to match input height

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

+ 4 - 0
assets/stylesheets/foreground.css

@@ -275,6 +275,10 @@ input[name="*[* date][second]"] {
   width: 100%;
 }
 
+button.ui-button-icon-only {
+  height: 2.24em;
+}
+
 select {width:auto;}
 
 input.createboxInput {