2018-09-15 16:14:17 +08:00
|
|
|
.panel-heading {
|
|
|
|
position: relative;
|
|
|
|
padding: .5rem 1rem;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.5;
|
|
|
|
height: 36px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.a-simulate {
|
|
|
|
color: #eb8205 !important;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.a-simulate:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-right {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
2018-09-18 20:57:17 -05:00
|
|
|
|
|
|
|
/* begin path navigation */
|
|
|
|
.path-containter { /* for the real path */
|
|
|
|
font-size:16px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-split {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 5px;
|
|
|
|
color: #818a91;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-link {
|
|
|
|
color: #eb8205 !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-link:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
/* end path navigation */
|
|
|
|
|
2018-09-15 16:14:17 +08:00
|
|
|
/* begin main table list style */
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
flex: 1;
|
|
|
|
padding: 10px 1rem;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table th {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
2018-09-18 20:57:17 -05:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6;
|
2018-09-15 16:14:17 +08:00
|
|
|
color: #9c9c9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table td {
|
|
|
|
color: #333;
|
|
|
|
font-size: 14px;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table th, .table-container table td {
|
2018-09-18 20:57:17 -05:00
|
|
|
padding: 5px 3px;
|
2018-09-15 16:14:17 +08:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2018-09-18 20:57:17 -05:00
|
|
|
.table-container table th {
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table .icon {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container table .icon img {
|
|
|
|
position: absolute;
|
2018-09-15 16:14:17 +08:00
|
|
|
display: block;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2018-09-18 20:57:17 -05:00
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2018-09-15 16:14:17 +08:00
|
|
|
}
|
|
|
|
/* specific handler */
|
|
|
|
.table-container table .menu-toggle {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr-highlight {
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end main list style */
|
|
|
|
|
|
|
|
/* begin dropdown-menu style */
|
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 8rem;
|
|
|
|
}
|
|
|
|
/* end dropdown-menu style */
|
|
|
|
|
|
|
|
/* begin tip */
|
|
|
|
.empty-tip {
|
|
|
|
padding: 30px 40px;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
border: solid 1px #DDD;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: inset 0 0 8px #EEE;
|
|
|
|
margin-top: 5.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty-tip h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
/* end tip */
|