104 lines
1.4 KiB
CSS
104 lines
1.4 KiB
CSS
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
|
display: none !important;
|
|
}
|
|
|
|
html, body, #wrapper{
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.footer {
|
|
color: #aaa;
|
|
text-align: center;
|
|
width: 100%;
|
|
/* Set the fixed height of the footer here */
|
|
height: 60px;
|
|
}
|
|
|
|
#page-wrapper {
|
|
padding-top: 50px;
|
|
min-height: 100%;
|
|
padding-bottom: 60px;
|
|
margin-bottom: -60px;
|
|
}
|
|
|
|
.navbar-brand i {
|
|
color:palegreen
|
|
}
|
|
|
|
.navbar-brand:link,
|
|
.navbar-brand:visited,
|
|
.navbar-brand:hover,
|
|
.navbar-brand:active {
|
|
font-weight: bolder;
|
|
color: #92B9BD;
|
|
}
|
|
|
|
.navbar.navbar-fixed-top {
|
|
background-color: #222222;
|
|
}
|
|
|
|
.btn.btn-green {
|
|
color: white;
|
|
background-color: #5cb85c;
|
|
}
|
|
|
|
.btn.btn-green:hover {
|
|
color: white;
|
|
background-color: #3d8b3d;
|
|
}
|
|
|
|
.btn.btn-red {
|
|
color: white;
|
|
background-color: #d9534f;
|
|
}
|
|
|
|
.btn.btn-red:hover {
|
|
color: white;
|
|
background-color: #b52b27;
|
|
}
|
|
|
|
.col-md-1.half {
|
|
width: 4.5%;
|
|
}
|
|
|
|
textarea {
|
|
min-height: 90px;
|
|
}
|
|
|
|
.ng-hide-remove {
|
|
-webkit-transition:0.3s linear opacity;
|
|
transition:0.3s linear opacity;
|
|
opacity:1;
|
|
}
|
|
|
|
.ng-hide {
|
|
opacity:0;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
}
|
|
|
|
.btn-circle {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.grid-fullpage {
|
|
height: 70vh;
|
|
}
|
|
|
|
th.control-column {
|
|
width: 50px;
|
|
}
|
|
|
|
.modal-window-slim {
|
|
/*width: 300px;*/
|
|
}
|
|
|
|
/*.has-feedback ng-transclude ~ input-validation-icons .form-control-feedback {
|
|
top: 26px;
|
|
}*/ |