ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Added border bottom and configured button height in orders toolbar
This commit is contained in:
parent
162e549fe5
commit
eed4d9a2b3
2 changed files with 9 additions and 3 deletions
|
|
@ -178,10 +178,11 @@ button.z-button {
|
|||
}
|
||||
|
||||
.planner-command .z-button-cm {
|
||||
padding: 6px 2px;
|
||||
height: 24px;
|
||||
padding: 2px;
|
||||
}
|
||||
.planner-command .z-button-cm:active {
|
||||
padding: 6px 1px 1px 6px;
|
||||
padding: 2px 1px 1px 2px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -917,6 +918,11 @@ span.z-dottree-ico, span.z-dottree-line {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.orderslayout .z-north {
|
||||
border-bottom:1px solid #9ECAD8;
|
||||
}
|
||||
|
||||
|
||||
.orderelements-tab {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<north height="30px" border="0">
|
||||
<hbox align="center" id="toolbar">
|
||||
<separator/>
|
||||
<button label="Create" tooltiptext="${i18n:_('Create new order')}" class="planner-command"/>
|
||||
<button label="New order" tooltiptext="${i18n:_('Create new order')}" class="planner-command"/>
|
||||
<button label="Save" tooltiptext="${i18n:_('Save order')}" class="planner-command" disabled="true"/>
|
||||
<separator/>
|
||||
<hbox align="center" style="margin-left:240px;">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue