minor CSS improvement to input and submit fields
This commit is contained in:
parent
2f6f4bc338
commit
e4f9b53668
@ -154,6 +154,21 @@ a {
|
|||||||
> .form-wrapper {
|
> .form-wrapper {
|
||||||
@include span-columns(10 of 11);
|
@include span-columns(10 of 11);
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
@include fill-parent;
|
||||||
|
@include isso-shadow;
|
||||||
|
@include placeholder {
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
|
|
||||||
|
min-height: 48px;
|
||||||
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
> .textarea-wrapper {
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
> .auth-section {
|
> .auth-section {
|
||||||
@include outer-container;
|
@include outer-container;
|
||||||
|
|
||||||
@ -165,7 +180,12 @@ a {
|
|||||||
input {
|
input {
|
||||||
@include fill-parent;
|
@include fill-parent;
|
||||||
@include isso-shadow;
|
@include isso-shadow;
|
||||||
@include pad(0.4em);
|
@include pad(0.2em);
|
||||||
|
@include placeholder {
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
|
|
||||||
|
font: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,6 +194,7 @@ a {
|
|||||||
margin-top: 0.1em;
|
margin-top: 0.1em;
|
||||||
|
|
||||||
> input {
|
> input {
|
||||||
|
@include fill-parent;
|
||||||
padding: 0.4em 1em;
|
padding: 0.4em 1em;
|
||||||
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -192,11 +213,5 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
|
||||||
@include fill-parent;
|
|
||||||
@include isso-shadow;
|
|
||||||
min-height: 48px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-wrapper">
|
<div class="form-wrapper">
|
||||||
<div class="textarea-wrapper">
|
<div class="textarea-wrapper">
|
||||||
<textarea name="text" rows="3" placeholder="{{ i18n-postbox-text }}"></textarea>
|
<textarea name="text" rows="2" placeholder="{{ i18n-postbox-text }}"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<section class="auth-section">
|
<section class="auth-section">
|
||||||
<p class="input-wrapper">
|
<p class="input-wrapper">
|
||||||
|
Loading…
Reference in New Issue
Block a user