Skip to content

Commit d7614ab

Browse files
author
windows11
committed
width css bt3
1 parent ff06df8 commit d7614ab

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

web/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/css/dark.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ body { background: #212e36 url('../img/dark.png'); color: #dcdcdc; }
66
.dropdown-menu > li > a:hover { color: #FFF !important; background: #000 !important; }
77
.dropdown-menu { background: #222 !important; background-color: #222222 !important; }
88
.navbar-inverse .navbar-inner { background-color:#1B1B1B; background-image:-moz-linear-gradient(top, #222222, #111111); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); background-image:-webkit-linear-gradient(top, #222222, #111111); background-image:-o-linear-gradient(top, #222222, #111111); background-image:linear-gradient(to bottom, #212e36, #212e36); background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); border-color: #252525; }
9+
.container { width: 1280px; }
910
.content { background: #212e36; padding: 20px; border-radius: 5px; border: 1px #212e36 solid; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); box-shadow: 0 0px 0px rgba(0, 0, 0, 0); margin-bottom: 20px; }
1011
.table { background: #363b40; margin-bottom: 0; border-collapse: collapse; border-radius: 3px; }
1112
.table th { text-align: center; }
@@ -20,7 +21,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
2021
#month_traffic { min-width: 85px; max-width: 95px;}
2122
#network { min-width: 110px; }
2223
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
23-
#ping { max-width: 100px; }
24+
#ping { max-width: 110px; }
2425

2526
@media only screen and (max-width: 1200px) {
2627
#type, tr td:nth-child(4) { display:none; visibility:hidden; }

web/css/light.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body { background: #ebebeb url('../img/light.png'); }
33
.navbar-brand { color: #fff; padding: 10px; font-size: 20px; }
44
.dropdown .dropdown-toggle { padding-bottom: 10px; padding-top: 10px; }
55
.navbar-inverse .navbar-brand { color: #fff; padding: 10px; font-size: 20px; }
6+
.container { width: 1280px; }
67
.content { background: #ffffff; padding: 20px; border-radius: 5px; border: 1px #cecece solid; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1); box-shadow: 0 1px 10px rgba(0, 0, 0, .1); margin-bottom: 20px; }
78
.table { background: #ffffff; margin-bottom: 0; border-collapse: collapse; border-radius: 3px; }
89
.table th, .table td { text-align: center; }
@@ -17,7 +18,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
1718
#month_traffic { min-width: 85px; max-width: 95px;}
1819
#network { min-width: 110px; }
1920
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
20-
#ping { max-width: 100px; }
21+
#ping { max-width: 110px; }
2122

2223
@media only screen and (max-width: 1200px) {
2324
#type, tr td:nth-child(4) { display:none; visibility:hidden; }

0 commit comments

Comments
 (0)