2
0
Fork 0
tcrud/lib/www_views/node-ff-tcrud/uiSpaStyle/css/style.ejs
2017-06-10 16:53:29 +02:00

133 lines
2.1 KiB
Plaintext

.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;
}
}
}