Files
InventoryTracker/InventoryTraker.Web/css/layout.css
T
2016-09-02 12:33:38 -04:00

78 lines
1003 B
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;
}
#page-wrapper {
padding-top: 50px;
min-height: 100%;
}
.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: 1%;
}
/*.has-feedback ng-transclude ~ input-validation-icons .form-control-feedback {
top: 26px;
}*/