mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
58 lines
925 B
CSS
58 lines
925 B
CSS
.noprint {
|
|
display:none !important;
|
|
}
|
|
|
|
BODY, TBODY {
|
|
font-family: arial;
|
|
font-size: 12px;
|
|
margin: 0;
|
|
color: #000;
|
|
overflow: visible!important;
|
|
}
|
|
|
|
.teamworkIcon{
|
|
display:none;
|
|
}
|
|
|
|
.mainColumn{
|
|
width:98% !important;
|
|
}
|
|
|
|
|
|
#workSpace{
|
|
overflow-x: visible !important;
|
|
overflow-y: visible !important;
|
|
width: auto !important;
|
|
height: auto !important;
|
|
border:none !important;
|
|
}
|
|
|
|
.splitterContainer{
|
|
width: auto !important;
|
|
height: auto !important;
|
|
}
|
|
.splitElement{
|
|
position: static !important;
|
|
width: auto !important;
|
|
height: auto !important;
|
|
top:0 !important;
|
|
left: 0 !important;
|
|
overflow-x: visible !important;
|
|
overflow-y: visible !important;
|
|
}
|
|
|
|
.vSplitBar,.emptyRow{
|
|
display: none !important;
|
|
}
|
|
|
|
.gdfTable{
|
|
width: 0 !important;
|
|
}
|
|
|
|
.splitBox2{
|
|
page-break-before: always !important;
|
|
}
|
|
|
|
.fixHead{
|
|
display: none !important;
|
|
} |