T133 Text alignment as well as mediaType and messageBody has been adjusted

This commit is contained in:
gmod11
2021-01-08 18:30:11 +01:00
parent 804b2ec3ae
commit c26f8d2acb
3 changed files with 22 additions and 11 deletions

View File

@@ -190,7 +190,8 @@ button[name="removeHeader"] {
table { border-collapse: collapse; }
tr { border: none; }
td {
border: none;
border: none;
vertical-align: top;
}
button{
@@ -222,4 +223,13 @@ label { display: block;
input:focus + .hint { display: inline; float:right;}
textarea:focus + .hint { display: inline; float:right; }
textarea:focus + .hint { display: inline; float:right; }
select:focus + .hint { display: inline; float:right; }
select:focus + .hint { display: inline; float:right; }
select#media-type {
width: 500px;
}
textarea#message-body {
width: 500px;
height: 300px;
}