[Bug #1235] Added scrollbar to perspective icons area when needed

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-11-18 14:39:36 +01:00
parent 1d170cc1ae
commit fb69b2a73d
2 changed files with 8 additions and 3 deletions

View file

@ -100,6 +100,11 @@ body .advancedallocationlayout .icono .z-button-cm {
border-right:0;
}
.perspectives-column .global-commands {
margin-bottom: 0;
}
.toolbar-box {
border:0;
}

View file

@ -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" />