ItEr50S12CUAsignacionGrupoRecursosAPlanificacionItEr49S17: Fixed problem with advanced allocation columns alignment

This commit is contained in:
Lorenzo Tilve 2010-03-16 09:43:59 +01:00 committed by Javier Moran Rua
parent 088d132587
commit 6653fcfd8c
2 changed files with 11 additions and 1 deletions

View file

@ -20,7 +20,7 @@
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
<n:div class="z-grid-header">
<n:table style="width: ${top.horizontalSize+2}px;" class="second_level_">
<n:table style="width: ${top.horizontalSize-2}px;" class="second_level_">
<n:tr class="z-columns">
<n:th class="z-column" forEach="${top.detailsSecondLevel}"

View file

@ -912,3 +912,13 @@ body .perspectives-column {
.orderslayout .z-window-embedded-header {
display:none;
}
.timeTrackedTableWithLeftPane .z-grid-body table {
width: 1px !important;
}
#timeTracker .second_level_ {
border-left: solid 2px #9EB6CE;
border-right: solid 2px #9EB6CE;
}