You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/IoT.Shared/wwwroot/css/site.css

81 lines
1.3 KiB

img.logo {
float: left;
margin-left: .8rem;
margin-right: .5rem;
max-height: 33px;
width: auto;
object-fit: contain;
}
.nav-header {
padding: .5rem !important;
}
.navbar-nav .nav-link.active {
color: #fff !important;
background-color: #007bff;
border-radius: 4px;
}
.nav-treeview .nav-item {
padding-left: 2em;
}
.field-validation-error {
line-height: 1em;
}
.field-validation-error::before {
font-family: 'Font Awesome 5 Free';
content: "\f057";
}
img.pointer {
cursor: pointer;
height: 32px;
width: 32px;
}
th {
white-space: nowrap;
}
.validation-summary-errors ul {
color: red;
padding-left: 0;
}
.validation-summary-errors li {
list-style: none;
}
.field-validation-valid, .field-validation-error {
color: red;
padding-right: 1px;
}
.field-validation-error:before {
font-family: 'Font Awesome 5 Free';
content: "\f057";
}
.fancybox img.thumbnail, td .fancybox img, .form-control .fancybox img {
max-width: 30px;
max-height: 30px;
}
.ke-container {
width: 100% !important;
}
.form-control-display {
border: none;
padding-left: 0;
height: auto !important;
min-height: 34px;
}
h1 {
font-size: 2em;
}