Fix css
This commit is contained in:
parent
60c1a1e745
commit
18ed53b9a7
@ -4033,10 +4033,13 @@ td.gminorheadingwkend {
|
||||
td.gminorheading {
|
||||
color: #666 !important;
|
||||
}
|
||||
.glistlbl, .glistgrid {
|
||||
width: 582px !important;
|
||||
}
|
||||
.gtaskname div, .gtaskname {
|
||||
min-width: 200px !important;
|
||||
max-width: 200px !important;
|
||||
width: 200px !important;
|
||||
min-width: 250px !important;
|
||||
max-width: 250px !important;
|
||||
width: 250px !important;
|
||||
}
|
||||
.gpccomplete div, .gpccomplete {
|
||||
min-width: 40px !important;
|
||||
|
||||
@ -4016,6 +4016,48 @@ div.scroll2 {
|
||||
width: <?php print isset($_SESSION['dol_screenwidth'])?max($_SESSION['dol_screenwidth']-830,450):'450'; ?>px !important;
|
||||
}
|
||||
|
||||
.gtaskname div, .gtaskname {
|
||||
font-size: unset !important;
|
||||
}
|
||||
div.gantt, .gtaskheading, .gmajorheading, .gminorheading, .gminorheadingwkend {
|
||||
font-size: unset !important;
|
||||
font-weight: normal !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
div.gTaskInfo {
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.gtaskblue {
|
||||
background: rgb(108,152,185) !important;
|
||||
}
|
||||
.gtaskgreen {
|
||||
background: rgb(160,173,58) !important;
|
||||
}
|
||||
td.gtaskname {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
td.gminorheadingwkend {
|
||||
color: #888 !important;
|
||||
}
|
||||
td.gminorheading {
|
||||
color: #666 !important;
|
||||
}
|
||||
.glistlbl, .glistgrid {
|
||||
width: 582px !important;
|
||||
}
|
||||
.gtaskname div, .gtaskname {
|
||||
min-width: 250px !important;
|
||||
max-width: 250px !important;
|
||||
width: 250px !important;
|
||||
}
|
||||
.gpccomplete div, .gpccomplete {
|
||||
min-width: 40px !important;
|
||||
max-width: 40px !important;
|
||||
width: 40px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
/* jFileTree */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user