chore: add min-height for textarea

This commit is contained in:
Yohan Boniface 2024-03-15 17:41:50 +01:00
parent 737292ca76
commit fa69192804
2 changed files with 2 additions and 19 deletions

View file

@ -163,6 +163,8 @@ input[type="checkbox"] {
textarea {
height: inherit;
padding: 7px;
min-height: 15rem;
min-height: 6rlh;
}
select {
border: 1px solid #222;

View file

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