fixed width to 1920px
This commit is contained in:
parent
b8f7730af6
commit
9487a06dbd
@ -1,4 +1,5 @@
|
||||
body {
|
||||
min-width: 1920px;
|
||||
font-smooth: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
@ -117,7 +118,7 @@ table td i {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 639px) {
|
||||
.big-info {
|
||||
/*.big-info {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 15px;
|
||||
border: 1px solid rgba(255,255,255,0.05);
|
||||
@ -148,13 +149,13 @@ table td i {
|
||||
font-size: 46px;
|
||||
line-height: 50px;
|
||||
letter-spacing: -4px;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 479px) {
|
||||
.stat-holder {
|
||||
/*.stat-holder {
|
||||
width: 100%;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
.ng-cloak {
|
||||
|
@ -3,7 +3,7 @@ extends layout
|
||||
block content
|
||||
div.container-fluid(ng-controller='StatsCtrl')
|
||||
div.row(ng-cloak)
|
||||
div.col-lg-12
|
||||
div.col-xs-12
|
||||
//- div.col-sm-12
|
||||
//- h1= title
|
||||
//- p Welcome to #{title}
|
||||
@ -63,7 +63,7 @@ block content
|
||||
|
||||
div.col-xs-12
|
||||
div.row
|
||||
div.col-lg-8(style="padding-top: 30px;")
|
||||
div.col-xs-8(style="padding-top: 30px;")
|
||||
div.col-xs-3.stat-holder
|
||||
div.row.big-info.chart
|
||||
span.small-title block time
|
||||
@ -86,13 +86,13 @@ block content
|
||||
|
||||
//- div.clearfix
|
||||
|
||||
div.col-lg-4
|
||||
div.col-xs-4
|
||||
div.col-xs-12
|
||||
nodemap#mapHolder(data="map")
|
||||
|
||||
div.clearfix
|
||||
|
||||
div.col-sm-12
|
||||
div.col-xs-12
|
||||
//- h1 Nodes in detail
|
||||
|
||||
table.table.table-striped
|
||||
|
Loading…
Reference in New Issue
Block a user