2016-03-11 00:48:53 +00:00
|
|
|
.open-dlg {
|
|
|
|
|
|
|
|
.body {
|
|
|
|
height: auto;
|
|
|
|
top: 34px;
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box > div {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-panel {
|
|
|
|
vertical-align: top;
|
2018-04-27 11:53:36 +00:00
|
|
|
padding: 15px 15px 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.inner-content {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
.font-size-normal();
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&.input-label{
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2018-02-09 14:26:34 +00:00
|
|
|
|
2018-02-13 14:01:13 +00:00
|
|
|
#id-preview {
|
2018-02-09 14:26:34 +00:00
|
|
|
width: 100%;
|
2018-02-13 07:52:48 +00:00
|
|
|
height: 110px !important;
|
2018-02-13 14:01:13 +00:00
|
|
|
position:relative;
|
2018-02-10 12:50:29 +00:00
|
|
|
overflow:hidden;
|
2021-02-16 07:21:22 +00:00
|
|
|
border: @border-regular-control-ie solid @scaled-one-px-value-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @border-regular-control solid @scaled-one-px-value;
|
2018-02-09 14:26:34 +00:00
|
|
|
}
|
|
|
|
|
2018-02-13 14:01:13 +00:00
|
|
|
#id-preview-data {
|
|
|
|
width: 100%;
|
2018-02-13 07:52:48 +00:00
|
|
|
height: 108px !important;
|
2018-02-13 14:01:13 +00:00
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
2018-02-13 07:52:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
min-height: 108px;
|
|
|
|
}
|
|
|
|
|
2018-02-09 14:26:34 +00:00
|
|
|
td {
|
|
|
|
padding: 1px 8px 1px 0;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-right: @border-regular-control-ie solid @scaled-one-px-value-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-right: @border-regular-control solid @scaled-one-px-value;
|
2018-02-09 14:26:34 +00:00
|
|
|
min-width: 30px;
|
2018-02-13 07:52:48 +00:00
|
|
|
height: 17px;
|
2018-02-10 12:50:29 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:last-child {
|
|
|
|
td {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2018-02-09 14:26:34 +00:00
|
|
|
}
|
2018-04-27 11:53:36 +00:00
|
|
|
|
2021-03-19 18:23:42 +00:00
|
|
|
.icon.img-commonctrl {
|
2018-04-27 11:53:36 +00:00
|
|
|
float: left;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
&.warn {
|
|
|
|
height: 32px;
|
|
|
|
background-position: @alerts-offset-x @alerts-offset-y - 105px;
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
padding-top: 15px;
|
|
|
|
|
|
|
|
&.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.justify {
|
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|