2016-03-11 00:48:53 +00:00
|
|
|
.advanced-settings-dlg {
|
|
|
|
.body {
|
|
|
|
height: auto;
|
|
|
|
top: 34px;
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box > div {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-panel {
|
|
|
|
width: 160px;
|
|
|
|
padding-top: 2px;
|
|
|
|
|
|
|
|
.btn-category {
|
|
|
|
text-align: left;
|
2018-02-07 11:15:03 +00:00
|
|
|
padding: 9px 2px 9px 12px;
|
2016-03-11 00:48:53 +00:00
|
|
|
line-height: normal;
|
|
|
|
height: auto;
|
2020-08-10 16:18:32 +00:00
|
|
|
white-space: normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-panel {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 5px 15px 0 10px;
|
|
|
|
|
|
|
|
.inner-content {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
2018-02-19 11:56:44 +00:00
|
|
|
padding: 15px 15px 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-02-19 11:56:44 +00:00
|
|
|
&.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
&.justify {
|
|
|
|
padding-left: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
2022-07-25 20:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.combo-arrow-style {
|
|
|
|
.form-control {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-07-26 16:42:18 +00:00
|
|
|
display: block;
|
2022-07-25 20:17:10 +00:00
|
|
|
background-color: transparent;
|
|
|
|
margin: 0 0 0 -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-arrows {
|
|
|
|
.background-ximage-v2('right-panels/Begin-EndStyle.png', 480px);
|
|
|
|
-webkit-filter: @img-border-type-filter;
|
|
|
|
filter: @img-border-type-filter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-arrow {
|
|
|
|
width:44px;
|
|
|
|
height:20px;
|
|
|
|
}
|