This commit is contained in:
connors 2013-09-21 17:08:47 -07:00
Родитель 35cfa43f11
Коммит e7b25faec8
3 изменённых файлов: 5 добавлений и 5 удалений

2
dist/ratchet.css поставляемый
Просмотреть файл

@ -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);

Просмотреть файл

@ -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,

Просмотреть файл

@ -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;
} }