ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Aligned perspective buttons with taskdetails component
This commit is contained in:
parent
5a2c54aa11
commit
11b4d946c4
2 changed files with 8 additions and 3 deletions
|
|
@ -879,6 +879,10 @@ span.z-dottree-ico, span.z-dottree-line {
|
|||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.perspectives-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.z-button.perspective .z-button-cm,
|
||||
.z-button.perspective-active .z-button-cm {
|
||||
white-space:normal;
|
||||
|
|
|
|||
|
|
@ -57,9 +57,12 @@
|
|||
<n:tr>
|
||||
<n:td height="400px" valign="top">
|
||||
|
||||
<borderlayout width="auto" class="main-layout" if="true" height="560px">
|
||||
<borderlayout width="auto" class="main-layout" height="560px">
|
||||
<west class="perspectives-column" width="90px">
|
||||
<n:div>
|
||||
<vbox pack="center" align="center" width="90px" height="30px">
|
||||
<label class="perspectives-label">${i18n:_('Perspectives')}</label>
|
||||
</vbox>
|
||||
<vbox id="registeredItemsInsertionPoint" width="90px"/>
|
||||
</n:div>
|
||||
</west>
|
||||
|
|
@ -68,8 +71,6 @@
|
|||
</center>
|
||||
</borderlayout>
|
||||
|
||||
<div self="@{insert(content)}" if="false"/>
|
||||
|
||||
</n:td>
|
||||
</n:tr>
|
||||
<n:tr class="footer">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue