Browse Source

docs derps

pull/214/head
connors 11 years ago
parent
commit
e7b25faec8
  1. 2
      dist/ratchet.css
  2. 4
      docs/css/docs.css
  3. 4
      lib/sass/forms.scss

2
dist/ratchet.css vendored

@ -490,7 +490,7 @@ input[type="color"],
.input-group { .input-group {
width: 100%; width: 100%;
height: 40px; height: 40px;
padding: 10px; padding: 10px 15px;
margin-bottom: 10px; margin-bottom: 10px;
background-color: #fff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);

4
docs/css/docs.css

@ -652,7 +652,7 @@ h6 {
margin-top: 44px; margin-top: 44px;
} }
#modalsInPhone #iwindow > .button { #modalsInPhone #iwindow > .button {
margin: 10px; margin: 15px;
} }
@ -690,7 +690,7 @@ h6 {
#formsInPhone form, #formsInPhone form,
#formsWithInputGroupInPhone form, #formsWithInputGroupInPhone form,
#formsWithInputGroupAndLabelsInPhone form { #formsWithInputGroupAndLabelsInPhone form {
margin: 10px; margin: 15px;
} }
#formsWithInputGroupInPhone form, #formsWithInputGroupInPhone form,

4
lib/sass/forms.scss

@ -31,7 +31,7 @@ input[type="color"],
.input-group { .input-group {
width: 100%; width: 100%;
height: 40px; height: 40px;
padding: 10px; padding: 10px 15px;
margin-bottom: 10px; margin-bottom: 10px;
background-color: #fff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, .2);
@ -118,7 +118,7 @@ select {
.input-row label { .input-row label {
float: left; float: left;
width: 35%; width: 35%;
padding: 11px 10px 9px 13px; // Optimizing the baseline for mobile. padding: 11px 10px 9px 15px; // Optimizing the baseline for mobile.
font-family: $font-family-default; font-family: $font-family-default;
font-weight: $font-weight; font-weight: $font-weight;
} }

Loading…
Cancel
Save