Padding for text-dense tables

This commit is contained in:
str4d
2017-02-10 12:36:20 +00:00
parent b1ed295e26
commit 092881acc4
4 changed files with 22 additions and 0 deletions

View File

@@ -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%;

View File

@@ -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;
}
}

View File

@@ -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;

View File

@@ -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;
}