forked from I2P_Developers/i2p.i2p
Console: Profiles definitions CSS fixes
This commit is contained in:
@@ -302,7 +302,7 @@ class ProfileOrganizerRenderer {
|
||||
buf.append("<tr><td><b>")
|
||||
.append("Caps").append(":</b></td><td>").append(_t("capabilities in the netDb, not used to determine profiles"))
|
||||
.append("</td></tr>");
|
||||
buf.append("<tr id=\"capabilities_key\"><td colspan=\"2\"><table><tbody>");
|
||||
buf.append("<tr><td colspan=\"2\"><table id=\"capabilities_key\"><tbody>");
|
||||
buf.append("<tr><td> </td>")
|
||||
.append("<td><b>D</b></td><td>").append(_t("Congested")).append("</td>")
|
||||
.append("<td><b>E</b></td><td>").append(_t("Severely congested")).append("</td>" +
|
||||
|
@@ -5158,7 +5158,7 @@ table#thresholds td {
|
||||
}
|
||||
|
||||
#profile_defs td:first-child {
|
||||
width: 5% !important;
|
||||
width: 8% !important;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
@@ -5166,6 +5166,11 @@ table#thresholds td {
|
||||
#profile_defs td:last-child {
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#profile_defs td:nth-child(2)::first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#thresholds th,
|
||||
@@ -5186,10 +5191,7 @@ table#thresholds td {
|
||||
|
||||
#capabilities_key table td {
|
||||
padding: 3px 5px !important;
|
||||
}
|
||||
|
||||
#capabilities_key table td:nth-child(even) {
|
||||
width: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#capabilities_key b {
|
||||
|
@@ -6516,7 +6516,7 @@ ul#banlist {
|
||||
}
|
||||
|
||||
#profile_defs td:first-child {
|
||||
width: 5% !important;
|
||||
width: 8% !important;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
@@ -6524,6 +6524,7 @@ ul#banlist {
|
||||
#profile_defs td:last-child {
|
||||
white-space: normal;
|
||||
line-height: 120%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#profile_defs td:nth-child(2)::first-letter {
|
||||
@@ -6548,14 +6549,7 @@ ul#banlist {
|
||||
|
||||
#capabilities_key table td {
|
||||
padding: 3px 5px !important;
|
||||
}
|
||||
|
||||
#capabilities_key table td:nth-child(even) {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
#capabilities_key td:nth-child(2)::first-letter {
|
||||
text-transform: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#capabilities_key b {
|
||||
|
Reference in New Issue
Block a user