Fix a minor alignment issue on the address helper page

This commit is contained in:
str4d
2017-05-21 03:01:59 +00:00
parent 6821e13820
commit 008f421377
3 changed files with 16 additions and 0 deletions

View File

@@ -203,6 +203,10 @@ div.warning {
font-weight: bold;
}
#proxyNewHost tr:last-child td:first-child {
vertical-align: top;
}
#proxyNewHost textarea {
white-space: pre-wrap;
word-break: break-all;

View File

@@ -745,6 +745,10 @@ div.warning {
font-size: 10pt !important;
}
#proxyNewHost tr:last-child td:first-child {
vertical-align: top;
}
#proxyNewHost textarea {
white-space: pre-wrap;
word-break: break-all;
@@ -776,6 +780,10 @@ div.warning {
font-weight: bold;
}
#proxyNewHost tr:last-child td:first-child {
vertical-align: top;
}
.warning h4 {
box-shadow: none !important;
text-align: left;

View File

@@ -1062,6 +1062,10 @@ div.logo hr {
font-weight: bold;
}
#proxyNewHost tr:last-child td:first-child {
vertical-align: top;
}
#proxyNewHost textarea {
white-space: pre-wrap;
word-break: break-all;