forked from I2P_Developers/i2p.i2p
Fix a minor alignment issue on the address helper page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user