[Bug #805] Fix bug

Error messages due to cell totals calculations are now floated

FEA: ItEr70S04BugFixing
This commit is contained in:
Lorenzo Tilve 2011-01-25 09:53:49 +01:00
parent b5abd65b29
commit 12622d951d
2 changed files with 8 additions and 2 deletions

View file

@ -409,6 +409,11 @@ button.z-button {
left: 10px;
}
#messages-div {
position:fixed;
margin-top:-10px;
}
div.z-errbox {
background-color: #EECCCC;
color:red;

View file

@ -66,8 +66,9 @@
onSelect="advancedAllocationController.goToSelectedVerticalPage();" />
<button tooltiptext="Vertical Page down" image="/common/img/ico_down.png" id="verticalPaginationDownButton"
onClick="advancedAllocationController.verticalPagedown();" disabled="true" />
<div id="messages" />
<n:div id="messages-div">
<div id="messages" />
</n:div>
</hbox>
</north>