ItEr50S12CUAsignacionGrupoRecursosAPlanificacionItEr49S17: Fixed problem with advanced allocation columns alignment
This commit is contained in:
parent
088d132587
commit
6653fcfd8c
2 changed files with 11 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue