Graphical issues in taskdetails component
FEA: ItEr68S04BugFixing
This commit is contained in:
parent
eab8e216bd
commit
45001cf71a
1 changed files with 3 additions and 5 deletions
|
|
@ -48,9 +48,8 @@
|
|||
}
|
||||
|
||||
#listdetails_container td {
|
||||
border-bottom: 1px solid #86A4BE;
|
||||
border-left: 1px solid #86A4BE;
|
||||
border: 0px;
|
||||
border-bottom: dotted 1px #CCC;
|
||||
border-right: dotted 1px #CCC;
|
||||
}
|
||||
|
||||
#listdetails_container td {
|
||||
|
|
@ -173,7 +172,6 @@
|
|||
}
|
||||
|
||||
.order-startdate, .order-enddate {
|
||||
border-left: 1px dotted;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
|
|
@ -835,7 +833,7 @@ div.z-tree {
|
|||
}
|
||||
|
||||
.listdetails td {
|
||||
border-bottom: 1px dotted #86A4BE !important;
|
||||
border-bottom: 1px dotted #CCC !important;
|
||||
}
|
||||
|
||||
.plannerlayout, .resourcesloadlayout, .advancedallocationlayout {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue