forked from I2P_Developers/i2p.i2p
Padding for text-dense tables
This commit is contained in:
@@ -358,6 +358,11 @@ div.routersummary td {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
#sb_peers td, #sb_tunnels td, #sb_queue td, #sb_bandwidth td, #sb_general td, #sb_shortgeneral td {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#sb_bandwidth td:nth-child(2) {
|
||||
white-space: nowrap;
|
||||
width: 60%;
|
||||
|
||||
@@ -350,6 +350,11 @@ div.routersummary table {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#sb_peers td, #sb_tunnels td, #sb_queue td, #sb_bandwidth td, #sb_general td, #sb_shortgeneral td {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#sb_localtunnels {
|
||||
margin: -4px -7px -7px -8px !important;
|
||||
/*width: 191px !important;*/
|
||||
@@ -1337,6 +1342,7 @@ button.reload, button.stop {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
|
||||
.langbox {
|
||||
margin: 3px 4px 2px 5px;
|
||||
padding: 0;
|
||||
@@ -5181,3 +5187,4 @@ button.reload, button.stop {
|
||||
font-size: 10.5pt !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -289,6 +289,11 @@ div.routersummary table {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#sb_peers td, #sb_tunnels td, #sb_queue td, #sb_bandwidth td, #sb_general td, #sb_shortgeneral td {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.sb_notice {
|
||||
background: #eef;
|
||||
border: 1px solid #89f;
|
||||
|
||||
@@ -1186,6 +1186,11 @@ div.logo hr {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#sb_peers td, #sb_tunnels td, #sb_queue td, #sb_bandwidth td, #sb_general td, #sb_shortgeneral td {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#sb_localtunnels {
|
||||
width: 189px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user