[Bug #1235] Added scrollbar to perspective icons area when needed
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
1d170cc1ae
commit
fb69b2a73d
2 changed files with 8 additions and 3 deletions
|
|
@ -100,6 +100,11 @@ body .advancedallocationlayout .icono .z-button-cm {
|
|||
border-right:0;
|
||||
}
|
||||
|
||||
|
||||
.perspectives-column .global-commands {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.toolbar-box {
|
||||
border:0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,13 +112,13 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
<center border="none">
|
||||
<borderlayout width="auto" height="100%">
|
||||
<!-- borderlayout class="main-layout" height="2000px" width="2000px"-->
|
||||
<west class="perspectives-column" width="90px">
|
||||
<vbox>
|
||||
<west class="perspectives-column" width="90px" >
|
||||
<vbox vflex="1" height="100%">
|
||||
<hbox id="perspectiveButtonsInsertionPoint" sclass="toolbar-box global-commands" height="30px" width="100%">
|
||||
<button id="createOrderButton" image="/common/img/ico_add.png" sclass="planner-icon"
|
||||
tooltiptext="${i18n:_('Create New Project')}" />
|
||||
</hbox>
|
||||
<vbox id="registeredItemsInsertionPoint" width="90px"/>
|
||||
<vbox id="registeredItemsInsertionPoint" width="90px" style="overflow-y:auto;overflow-x:hidden;display:block" vflex="1" />
|
||||
</vbox>
|
||||
</west>
|
||||
<center self="@{insert(content)}" class="main-area" autoscroll="true" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue