ItEr48S14CUAsignacionGrupoRecursosAPlanificacionItEr47S16: Improved appearance of empty advanced assignment page
This commit is contained in:
parent
e7c3956bc1
commit
4a61c9d15b
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue