Fixed alignment problems in gantt taskdetails cells
FEA: ItEr75S08MigrationZK5
This commit is contained in:
parent
8832024f84
commit
8da7b717f5
1 changed files with 4 additions and 1 deletions
|
|
@ -548,6 +548,9 @@ div.z-grid {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.listdetails div.z-tree-body td.z-treecell {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox,
|
||||
|
|
@ -570,7 +573,7 @@ div.z-grid {
|
|||
height: 15px;
|
||||
}
|
||||
.listdetails input {
|
||||
padding-top: 6px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.z-tree .z-datebox-inp {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue