[multiscaling] correct some elements
This commit is contained in:
parent
830751c2f1
commit
acb17c9e08
|
@ -102,9 +102,14 @@ textarea.form-control:focus {
|
|||
|
||||
.select-button {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
right: @scaled-one-px-value;
|
||||
|
||||
> .btn-toolbar {
|
||||
height: 22px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.input-error {
|
||||
&:before {
|
||||
right: 22px;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
background-color: @list-group-bg;
|
||||
border-color: @list-group-border;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
border-width: @scaled-one-px-value 0;
|
||||
border-top-color: #fafafa;
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
background-color: @secondary;
|
||||
border-color: @secondary;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
border-width: @scaled-one-px-value 0;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
@ -53,7 +53,7 @@
|
|||
color: #fff;
|
||||
border-color: @primary;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
border-width: @scaled-one-px-value 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
.btn-edit-table,
|
||||
.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-bottom: 1px !important;
|
||||
}
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<table cols="1" style="width: 100%;">
|
||||
<tr>
|
||||
<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" id="sort-dialog-btn-delete" style="min-width: 100px;margin-right:5px;"><%= 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>
|
||||
<div id="sort-dialog-btn-up" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;"></div>
|
||||
<div id="sort-dialog-btn-down" style="display: inline-block;border: 1px solid #cfcfcf;border-radius: 1px;margin-right: 5px;"></div>
|
||||
<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 sort-dialog-btn-text" id="sort-dialog-btn-delete"><%= scope.textDelete %></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" class="sort-dialog-btn-caret"></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>
|
||||
</td>
|
||||
</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-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-bottom: 1px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue