Removed excesive timetracker vertical borders
FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
6d6e32de9d
commit
f2a1c28048
3 changed files with 40 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ planner = self;
|
|||
</west>
|
||||
<center sclass="taskspanel">
|
||||
<borderlayout>
|
||||
<north border="0"><div sclass="timetrackergap" height="31px" id="insertionPointTimetracker"></div></north>
|
||||
<north border="0"><div sclass="timetrackergap" id="insertionPointTimetracker"></div></north>
|
||||
<center autoscroll="true" border="0" sclass="rightpanellayout">
|
||||
<div id="insertionPointRightPanel" sclass="taskspanelgap"></div>
|
||||
</center>
|
||||
|
|
|
|||
|
|
@ -617,6 +617,25 @@ div.z-grid {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
#timetrackerheader div.z-grid {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#timetrackerheader th,
|
||||
#timetracker th {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
#timetrackerheader th {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.listdetails div {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox,
|
||||
.z-listbox .z-longbox,.z-listbox .z-doublebox {
|
||||
height: 22px;
|
||||
|
|
@ -1367,3 +1386,16 @@ tr.z-tree-row-seld .z-row-cnt {
|
|||
.z-band-popup td.z-list-cell {
|
||||
border-right: dotted 1px #cccccc;
|
||||
}
|
||||
|
||||
.edit-task-window .z-tab-accordion {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.edit-task-window .z-tabpanel-accordion {
|
||||
border:0;
|
||||
}
|
||||
|
||||
.edit-task-window .message_ERROR,
|
||||
.edit-task-window .message_INFO {
|
||||
width:auto;
|
||||
}
|
||||
|
|
@ -371,11 +371,11 @@ div.box.limiting-unassigned {
|
|||
/* Watermark alternate row color */
|
||||
#watermark .timetracker_column_even {
|
||||
background-color: #EEEEEE !important;
|
||||
height: 458px;
|
||||
height: 650px;
|
||||
}
|
||||
|
||||
.limitingresources #watermark .bankHoliday {
|
||||
height: 458px;
|
||||
height: 650px;
|
||||
}
|
||||
|
||||
#watermark .timetracker_column_today.timetracker_column_deadline,
|
||||
|
|
@ -751,6 +751,10 @@ div.limitingresourcesleftpane {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.timetrackergap {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.tree-datecolumn {
|
||||
width: 100px;
|
||||
}
|
||||
|
|
@ -1015,7 +1019,7 @@ height: 100%
|
|||
}
|
||||
|
||||
#timetrackerheader table {
|
||||
height:15px;
|
||||
height:16px;
|
||||
}
|
||||
|
||||
#timetrackerheader .z-grid-body {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue