
plugins.dashboard.styles.main.css Maven / Gradle / Ivy
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.btn-group-lg > .btn {
padding: 18px 27px;
font-size: 17px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 6px 9px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
body.application-dashboard {
background-color: #ecf0f1;
}
dashboard-grid {
display: block;
margin: 0;
padding: 5px;
}
.start-screen {
margin: 20px;
background-color: #ecf0f1;
padding: 20px;
}
.gridster {
list-style-type: none;
display: block;
background-color: #ecf0f1;
margin: 0;
padding: 0;
}
.gridster .gs-resize-handle {
background-position: 50% 50% !important;
bottom: 0 !important;
right: 0 !important;
padding: 4px;
height: 25px;
width: 25px;
}
.gridster i.remove {
cursor: pointer;
}
.gridster dashboard-panel {
display: block;
height: 100%;
background: #ffffff;
color: #444444;
padding: 0;
overflow: hidden;
position: relative;
}
.gridster dashboard-panel .panel {
margin: 0;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.gridster dashboard-panel .panel .panel-heading {
-webkit-box-flex: 0;
-moz-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
white-space: nowrap;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.gridster dashboard-panel .panel .panel-heading div.btn-group {
white-space: nowrap;
-webkit-box-flex: 0;
-moz-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.gridster dashboard-panel .panel .panel-heading .panel-title {
font-size: inherit;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gridster dashboard-panel .panel .panel-heading a {
color: #444444;
border: none;
background: none;
padding: 0px 3px;
}
.gridster dashboard-panel .panel .panel-heading a:hover {
color: #298fa3;
}
.gridster dashboard-panel .panel .load-error {
text-align: center;
font-size: 1em;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.gridster dashboard-panel .panel .load-error .fa-exclamation-triangle {
font-size: 2em;
color: #e74c3c;
}
.gridster dashboard-panel .panel .panel-content {
display: flex;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
height: auto;
}
.dashboard-panel-picker > li.list-group-item {
border-top: 0px;
}
.dashboard-load {
margin: 10px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy