web-apps/apps/spreadsheeteditor/main/resources/less/formuladialog.less

61 lines
938 B
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.formula-dlg {
.combo-functions {
width: 100%;
2020-05-07 14:08:59 +00:00
height: 161px;
2016-03-11 00:48:53 +00:00
overflow: hidden;
}
.body {
height: auto;
top: 34px;
& > div {
width: 100%;
}
.box > div {
display: inline-block;
height: 100%;
}
.content-panel {
vertical-align: top;
padding: 15px;
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 {
2022-01-26 15:00:09 +00:00
.font-weight-bold();
2016-03-11 00:48:53 +00:00
}
2019-03-04 14:46:19 +00:00
word-wrap: break-word;
2016-03-11 00:48:53 +00:00
}
}
}
.footer {
padding-top: 15px;
&.center {
text-align: center;
}
&.justify {
padding-left: 30px;
padding-right: 30px;
}
}
}