[multiscaling] correct some elements
This commit is contained in:
parent
830751c2f1
commit
acb17c9e08
|
@ -102,9 +102,14 @@ textarea.form-control:focus {
|
||||||
|
|
||||||
.select-button {
|
.select-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1px;
|
right: @scaled-one-px-value;
|
||||||
right: 1px;
|
|
||||||
|
> .btn-toolbar {
|
||||||
|
height: 22px;
|
||||||
|
padding-top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-error {
|
.input-error {
|
||||||
&:before {
|
&:before {
|
||||||
right: 22px;
|
right: 22px;
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
background-color: @list-group-bg;
|
background-color: @list-group-bg;
|
||||||
border-color: @list-group-border;
|
border-color: @list-group-border;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 0;
|
border-width: @scaled-one-px-value 0;
|
||||||
border-top-color: #fafafa;
|
border-top-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
background-color: @secondary;
|
background-color: @secondary;
|
||||||
border-color: @secondary;
|
border-color: @secondary;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 0;
|
border-width: @scaled-one-px-value 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: @primary;
|
border-color: @primary;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 0;
|
border-width: @scaled-one-px-value 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
.btn-edit-table,
|
.btn-edit-table,
|
||||||
.btn-change-shape {
|
.btn-change-shape {
|
||||||
.background-ximage('@{common-image-path}/right-panels/rowscols_icon.png', '@{common-image-path}/right-panels/rowscols_icon@2x.png', 84px);
|
.background-ximage-v2('right-panels/rowscols_icon.png', 84px);
|
||||||
margin-right: 2px !important;
|
margin-right: 2px !important;
|
||||||
margin-bottom: 1px !important;
|
margin-bottom: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<table cols="1" style="width: 100%;">
|
<table cols="1" style="width: 100%;">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="padding-small">
|
<td class="padding-small">
|
||||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-add" style="min-width: 100px;margin-right:5px;"><%= scope.textAdd %></button>
|
<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="sort-dialog-btn-add"><%= scope.textAdd %></button>
|
||||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-delete" style="min-width: 100px;margin-right:5px;"><%= scope.textDelete %></button>
|
<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="sort-dialog-btn-delete"><%= scope.textDelete %></button>
|
||||||
<button type="button" class="btn btn-text-default auto" id="sort-dialog-btn-copy" style="min-width: 100px;margin-right:5px;"><%= scope.textCopy %></button>
|
<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="sort-dialog-btn-copy"><%= scope.textCopy %></button>
|
||||||
<div id="sort-dialog-btn-up" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;"></div>
|
<div id="sort-dialog-btn-up" class="sort-dialog-btn-caret"></div>
|
||||||
<div id="sort-dialog-btn-down" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;margin-right: 5px;"></div>
|
<div id="sort-dialog-btn-down" class="sort-dialog-btn-caret"></div>
|
||||||
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-options" style="min-width: 100px;"><%= scope.textOptions %></button>
|
<button type="button" class="btn btn-text-default" id="sort-dialog-btn-options" style="min-width: 100px;"><%= scope.textOptions %></button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -90,4 +90,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sort-dialog-btn-caret {
|
||||||
|
display: inline-block;
|
||||||
|
border: @scaled-one-px-value solid #cfcfcf;
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sort-dialog-btn-down {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sort-dialog-btn-text {
|
||||||
|
min-width: 100px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.btn-edit-table,
|
.btn-edit-table,
|
||||||
.btn-change-shape {
|
.btn-change-shape {
|
||||||
.background-ximage('@{common-image-path}/right-panels/rowscols_icon.png', '@{common-image-path}/right-panels/rowscols_icon@2x.png', 84px);
|
.background-ximage-v2('right-panels/rowscols_icon.png', 84px);
|
||||||
margin-right: 2px !important;
|
margin-right: 2px !important;
|
||||||
margin-bottom: 1px !important;
|
margin-bottom: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue