2018-09-12 05:27:59 +00:00
|
|
|
#detail-view-box {
|
|
|
|
width: 100%;
|
|
|
|
padding : 10px 160px 0 0;
|
2018-09-12 02:31:46 +00:00
|
|
|
h3{
|
|
|
|
padding: 20px 0 20px 5px;
|
|
|
|
// padding: 5px;
|
|
|
|
// height: 60px;
|
|
|
|
}
|
|
|
|
.key-value {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
li {
|
|
|
|
padding: 8px 14px;
|
|
|
|
border-bottom: 1px solid #d8dae2;
|
|
|
|
position: relative;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 100%;
|
|
|
|
.meta-value {
|
|
|
|
font-weight: 100;
|
|
|
|
position: relative;
|
|
|
|
width: 70%;
|
|
|
|
left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-12 05:27:59 +00:00
|
|
|
#detail-view-box .ui-widget-header {
|
|
|
|
border: 0 0 1px 0 !important;
|
2018-09-12 02:31:46 +00:00
|
|
|
}
|