app/assets/stylesheets/rails_dash/forms.scss in rails_dash-0.1.2 vs app/assets/stylesheets/rails_dash/forms.scss in rails_dash-0.1.3
- old
+ new
@@ -1,9 +1,9 @@
form {
margin: auto;
- width: 452px;
+ width: 550px;
a {
font-size: 13px;
}
@@ -52,23 +52,29 @@
color: #908c8c;
padding-left: 12px;
margin-bottom: 5px;
}
+
input[type="text"],input[type="password"],textarea {
border: 1px solid #e8e8e8;
- width: 416px;
+ width: 512px;
padding: 9px 18px;
background: url(shadow.png) top repeat-x;
}
input[type="text"],input[type="password"] {
height: 22px;
}
+ input[type="checkbox"] {
+ float: left;
+ margin-right: 8px;
+ }
+
textarea {
resize: none;
- height: 148px;
+ height: 350px;
overflow: auto;
}
img {
border: 1px solid #e8e8e8;