53 lines
2.3 KiB
CSS
53 lines
2.3 KiB
CSS
#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
|
|
position: relative;
|
|
padding: 20px;
|
|
margin-bottom: 20px;
|
|
border: solid 1px #e6e6e6;
|
|
background-color: #fff;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
|
|
box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
|
|
}
|
|
.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) {
|
|
background-color: #ebedf4;
|
|
border: 1px solid #ccced7;
|
|
color: #585a69;
|
|
margin: 0 0 10px 0;
|
|
padding: 1em;
|
|
float: left;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
|
|
font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #555;
|
|
height: 32px;
|
|
}
|
|
h3:not(.modal-title), #content.bootstrap .panel-heading {
|
|
border: none;
|
|
font-size: 1.2em;
|
|
line-height: 2.2em;
|
|
height: 2.2em;
|
|
text-transform: uppercase;
|
|
border-bottom: solid 1px #eee;
|
|
padding: 0 0 0 5px;
|
|
margin: -20px -16px 15px -16px;
|
|
}
|
|
.bootstrap .panel-heading {
|
|
padding: 10px 15px;
|
|
border-bottom: 1px solid transparent;
|
|
border-top-right-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
}
|
|
.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
}
|
|
.color_box_core i{
|
|
margin-top: 4px;
|
|
} |