[Bug #955] Perspectives column displays scroll when vertical space is not enough
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
8a359bcec0
commit
72a3f23bbc
2 changed files with 5 additions and 5 deletions
|
|
@ -94,6 +94,11 @@ body .advancedallocationlayout .icono .z-button-cm {
|
|||
|
||||
/* Perspective and planner buttons
|
||||
--------------------------------------------------- */
|
||||
.perspectives-column {
|
||||
padding-top:8px;
|
||||
overflow-y: auto;
|
||||
border-right:0;
|
||||
}
|
||||
|
||||
.toolbar-box {
|
||||
border:0;
|
||||
|
|
|
|||
|
|
@ -112,12 +112,7 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
<borderlayout width="auto" height="100%">
|
||||
<!-- borderlayout class="main-layout" height="2000px" width="2000px"-->
|
||||
<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>
|
||||
|
||||
<center self="@{insert(content)}" class="main-area"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue