Remove unused properties and improved message view header

This commit is contained in:
djmaze 2021-04-07 16:35:46 +02:00
parent 8620df907e
commit 89cbcf6f63
6 changed files with 59 additions and 71 deletions

View file

@ -136,15 +136,8 @@
}
.informationFull {
margin-top: 10px;
border: 1px solid #999;
border-radius: 5px;
padding: 8px 0;
overflow: hidden;
margin-top: 30px;
.size {
margin-left: 4px;
}
table {
width: 100%;
@ -155,7 +148,7 @@
}
td {
padding: 0 10px;
padding: 4px;
vertical-align: top;
min-width: 43px;
}
@ -163,17 +156,15 @@
td:first-child {
border-right: 1px solid #999;
text-align: right;
white-space: nowrap;
width: 1%;
}
.uiLine {
}
.uiLabel {
.labelTo {
white-space: nowrap;
}
.uiLabelValue {
td + td {
word-break: break-all;
}
}