소스 검색

commenting out the input width:100%; as it continually seems to be breaking forms

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

+ 2 - 1
assets/stylesheets/foreground.css

@@ -298,10 +298,11 @@ input[name="*[* date][second]"] {
   margin-right: 1em;
   margin-right: 1em;
 }
 }
 
 
+/*
 .inputSpan input.createboxInput {
 .inputSpan input.createboxInput {
   width: 100%;
   width: 100%;
 }
 }
-
+*/
 .inputSpan button,
 .inputSpan button,
 .inputSpan .button {
 .inputSpan .button {
   margin: -4px 0 0 0;
   margin: -4px 0 0 0;