2
0
Fork 0

WIP open file for a while

This commit is contained in:
Willem 2017-06-10 16:53:29 +02:00
parent f937019e42
commit d280fb9af3
122 changed files with 5702 additions and 10 deletions

View file

@ -0,0 +1,10 @@
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}

View file

@ -0,0 +1,56 @@
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}

View file

@ -0,0 +1,133 @@
.ui-grid {
border: none;
}
.ui-grid-menu-button {
border: none;
background: none;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
border-right: none;
}
/*
.fade.ng-hide {
transition: all 0s linear 1s;
}
.fade.ng-show {
transition: all 0s linear 1s;
}
*/
body {
margin: 0;
padding: 0;
//background: #4b4d4e;
color: #000;
font: 16px sans-serif, helvetica, arial;
font-weight: 200;
}
.fontLoaded body {
font-family: "Source Sans", sans-serif;
}
.fillHeightView {
display: block;
position:absolute;
height:auto;
bottom:0;
top:0;
left:0;
right:0;
padding-top: 120px;
min-height: 220px;
}
.fillHeightCalc {
height:100%;
}
.navbar-menu {
position: relative;
float: left;
margin-right: 15px;
padding: 9px 10px;
margin-top: 15px;
margin-bottom: 15px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
}
.navbar-menu .icon-bar {
background-color: rgba(0, 0, 0, 0.5);
}
.navbar-menu .icon-bar + .icon-bar {
margin-top: 4px;
}
.navbar-menu .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-nav-menu {
margin: 0;
padding-left: 1em;
}
.navbar-nav-menu-group {
width: 8em;
font-weight: bold;
}
.navbar-collapse {
border: none;
}
.navbar-nav {
margin: 0px 0px 0px 0px;
}
.navbar-nav > li > button {
margin-top: 20px;
margin-bottom: 20px;
}
.for-sm-view-hide, navbar-header-right {
float: right;
}
.for-lg-view-hide, .for-menu-view-hide, .navbar-header-left {
float: left;
}
.for-lg-view-hide > div > ul > li,.for-lg-view-hide > div > div > ul > li {
// text-align: right;
}
@media (max-width: 767px) {
.for-sm-view-hide {
display: none;
}
.navbar-nav-menu {
float: left;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{
font-size:1.2em !important;
@media screen and (min-width: 1440px) {
#hockey2{
font-size:1.3em !important;
}
}
}