Console: Fixed summary bar overflow (ticket #1739)

This commit is contained in:
zzz
2016-01-07 14:16:14 +00:00
parent 68d8c6e556
commit 35739289cd
7 changed files with 10 additions and 5 deletions

View File

@@ -227,7 +227,7 @@ div.routersummary ul {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px 0px -5px 0px;
margin: -5px 0px 5px 0px;
width: 193px !important;
overflow: hidden;
font-size: 8pt;

View File

@@ -177,7 +177,7 @@ div.routersummary ul {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px -7px -5px -8px !important;
margin: -5px -7px 5px -8px !important;
width: 188px !important;
overflow: hidden;
font-size: 8pt;

View File

@@ -189,7 +189,7 @@ div.routersummary ul {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -6px -5px -4px -5px;
margin: -6px -5px 5px -5px;
width: 190px !important;
overflow: hidden;
font-size: 8pt;

View File

@@ -263,7 +263,7 @@ div.routersummary ul {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px 0 -5px 2px;
margin: -5px 0 5px 2px;
width: 186px !important;
overflow: hidden;
padding: 0 -12px;