chore: add min-height for textarea
This commit is contained in:
parent
737292ca76
commit
fa69192804
2 changed files with 2 additions and 19 deletions
|
@ -163,6 +163,8 @@ input[type="checkbox"] {
|
|||
textarea {
|
||||
height: inherit;
|
||||
padding: 7px;
|
||||
min-height: 15rem;
|
||||
min-height: 6rlh;
|
||||
}
|
||||
select {
|
||||
border: 1px solid #222;
|
||||
|
|
|
@ -17,22 +17,6 @@ input:-moz-placeholder, :-moz-placeholder {
|
|||
color: #a5a5a5;
|
||||
}
|
||||
|
||||
#umap-panel textarea {
|
||||
height: 100px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
#umap-panel select {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#umap-panel.warning .button {
|
||||
background-color: #c60f13;
|
||||
border: 1px solid #7f0a0c;
|
||||
}
|
||||
#umap-panel.warning .button:hover {
|
||||
background-color: #970b0e;
|
||||
}
|
||||
|
||||
|
||||
/* **************** */
|
||||
/* Login icons */
|
||||
|
@ -194,9 +178,6 @@ h2.tabs a:hover {
|
|||
color: #efefef;
|
||||
text-decoration: underline;
|
||||
}
|
||||
body.content #umap-panel {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* **************************** */
|
||||
|
|
Loading…
Reference in a new issue