T133 Text alignment as well as mediaType and messageBody has been adjusted
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user