f62aa45b18
# Conflicts: # apps/common/main/resources/img/toolbar/1x/big/.css.handlebars # apps/common/main/resources/less/asc-mixins.less # apps/common/main/resources/less/buttons.less # apps/common/main/resources/less/checkbox.less # apps/common/main/resources/less/combo-dataview.less # apps/common/main/resources/less/comments.less # apps/common/main/resources/less/common.less # apps/common/main/resources/less/dataview.less # apps/common/main/resources/less/dropdown-menu.less # apps/common/main/resources/less/listview.less # apps/common/main/resources/less/multislider-gradient.less # apps/common/main/resources/less/radiobox.less # apps/common/main/resources/less/scroller.less # apps/common/main/resources/less/separator.less # apps/common/main/resources/less/theme-colorpalette.less # apps/common/main/resources/less/toolbar.less # apps/common/main/resources/less/window.less # apps/documenteditor/main/resources/less/advanced-settings.less # apps/documenteditor/main/resources/less/filemenu.less # apps/documenteditor/main/resources/less/leftmenu.less # apps/documenteditor/main/resources/less/rightmenu.less # apps/documenteditor/main/resources/less/statusbar.less # apps/documenteditor/main/resources/less/toolbar.less # apps/presentationeditor/main/resources/less/leftmenu.less # apps/presentationeditor/main/resources/less/rightmenu.less # apps/presentationeditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/celleditor.less # apps/spreadsheeteditor/main/resources/less/leftmenu.less # apps/spreadsheeteditor/main/resources/less/rightmenu.less # apps/spreadsheeteditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/toolbar.less
102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
.open-dlg {
|
|
|
|
.body {
|
|
height: auto;
|
|
top: 34px;
|
|
|
|
& > div {
|
|
width: 100%;
|
|
}
|
|
|
|
.box > div {
|
|
display: inline-block;
|
|
height: 100%;
|
|
}
|
|
|
|
.content-panel {
|
|
vertical-align: top;
|
|
padding: 15px 15px 0;
|
|
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;
|
|
}
|
|
|
|
}
|
|
|
|
#id-preview {
|
|
width: 100%;
|
|
height: 110px !important;
|
|
position:relative;
|
|
overflow:hidden;
|
|
border: @border-regular-control solid @scaled-one-px-value;
|
|
}
|
|
|
|
#id-preview-data {
|
|
width: 100%;
|
|
height: 108px !important;
|
|
position:relative;
|
|
overflow:hidden;
|
|
}
|
|
|
|
table {
|
|
min-height: 108px;
|
|
}
|
|
|
|
td {
|
|
padding: 1px 8px 1px 0;
|
|
border-right: @border-regular-control solid @scaled-one-px-value;
|
|
min-width: 30px;
|
|
height: 17px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
td:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
tr:last-child {
|
|
td {
|
|
padding-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
float: left;
|
|
width: 35px;
|
|
height: 35px;
|
|
|
|
&.warn {
|
|
height: 32px;
|
|
background-position: @alerts-offset-x @alerts-offset-y - 105px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.footer {
|
|
padding-top: 15px;
|
|
|
|
&.center {
|
|
text-align: center;
|
|
}
|
|
|
|
&.justify {
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
}
|
|
}
|
|
} |