| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body{background-color: #fff;}
- #noticeGoUpgrade{opacity:0;animation: setOpacity 1s linear 1s both;
- width:380px; position:fixed; bottom:25px; right:15px; z-index: 9999;display:none;
- }
- @keyframes setOpacity{
- 0% {opacity:0;}
- 100% {opacity:1;}
- }
- #dashboardWrapper .panel-body .table{margin-top:-1px;}
- .table-row{display: table;width: 100%;table-layout: fixed;vertical-align:middle;}
- .table-col, .table-row>.col, .table-row>[class*=col-], .table-row>[class*="-col"]{
- display: table-cell;float: none;vertical-align: top;}
- .statusBlock .col{height:200px;text-align:center;padding-top:60px;}
- .statusBlock .col h2{font-size:30px;font-weight:500;}
- .statusBlock .date h2{font-size:18px;font-weight:500;}
- .statusBlock .server a{padding-top:3px;padding-bottom:3px; background: linear-gradient(#ffffff, #ecf4ff);color:#477cf9;}
- .statisticsBlock .col{height:100px;text-align:center;padding-top:20px;}
- .statisticsBlock .col h2{font-size:30px;font-weight:500;}
- .refresh-panel {
- display: block;
- background: none;
- filter: alpha(opacity=70);
- border: 0;
- border-radius: 0;
- opacity: .7;
- }
- .dashboard .panel-heading{
- line-height: 30px;
- padding: 0 0 0 10px;
- }
- .dashboard .panel-actions {
- position: absolute;
- top: 0;
- right: 10px;
- }
- .dashboard .panel-actions>.btn, .dashboard .panel-actions>.dropdown>.btn, .dashboard .panel-actions>.dropdown>a, .dashboard .panel-actions>a {
- display: block;
- min-width: 28px;
- height: 31px;
- padding: 0 3px;
- line-height: 30px;
- text-align: center;
- filter: alpha(opacity=70);
- border: 0;
- border-radius: 0;
- opacity: .7;
- }
|