[Bug #858] Fixed container width properties in advanced allocation grid
This commit is contained in:
parent
92228fadce
commit
ffd28bb2aa
2 changed files with 10 additions and 0 deletions
|
|
@ -1534,6 +1534,7 @@ display:none;
|
|||
|
||||
.advancedallocationlayout .timeTrackedTableWithLeftPane .z-grid-body .z-row-inner {
|
||||
background-color: #F2F2F2;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.advanced-assignment-area td .z-intbox {
|
||||
|
|
@ -1564,3 +1565,11 @@ input.z-datebox-text-disd {
|
|||
.z-datebox-pp {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
|
||||
.advanced-assignment-area .timeTrackedTableWithLeftPane .z-grid-header,
|
||||
.advanced-assignment-area .timeTrackedTableWithLeftPane .z-grid-body,
|
||||
.advanced-assignment-area .z-center-body
|
||||
{
|
||||
width: auto !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -970,6 +970,7 @@ height: 100%
|
|||
.advancedallocationlayout .calculated-hours.z-label {
|
||||
font-weight: bold;
|
||||
color: #555555;
|
||||
cursor: default;
|
||||
}
|
||||
.advancedallocationlayout .unmodifiable-hours.z-label {
|
||||
color: #555555;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue