ItEr48S14CUAsignacionGrupoRecursosAPlanificacionItEr47S16: Improved appearance of empty advanced assignment page

This commit is contained in:
Lorenzo Tilve 2010-02-17 14:31:48 +01:00 committed by Javier Moran Rua
parent e7c3956bc1
commit 4a61c9d15b
2 changed files with 12 additions and 1 deletions

View file

@ -419,6 +419,17 @@ div.z-errbox {
width: auto;
}
h4.message_WARNING {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 10px 5px;
margin: 25px;
font-size: 12px;
font-weight: normal;
width: 400px;
}
.z-window-embedded {
margin: 10px;
margin-top: 5px;

View file

@ -28,7 +28,7 @@
</zscript>
<div>
<div id="noDataLayout">
<n:h4>${i18n:_('No Allocations have been done')}</n:h4>
<n:h4 class="message_WARNING">${i18n:_('No Allocations have been done')}</n:h4>
</div>
<borderlayout id="normalLayout" width="auto" apply="${advancedAllocationController}" class="advancedallocationlayout">