123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .fullScreen {
- width: 100%;
- height: 100%;
- }
- html,body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
- }
- .sheetGrid{
- border-color: lightgrey;
- /*border-bottom-width:0px;*/
- border-collapse:collapse;
- border-style:solid;
- width:0px;
- background-color:White;
- color:black;
- font-family:Arial;
- font-size:10pt;
- font-style:normal;
- font-weight:normal;
- text-decoration:none;
- vertical-align:bottom;
- empty-cells: :show;
- table-layout: fixed;
- }
- .sheetGrid TD{
- margin:0;
- overflow:hidden;
- white-space:nowrap;
- line-height: 100%;
- }
- TR.lastRow{
- height:0px;
- }
- .lastRow TD{
- border-bottom-width:0px;
- }
- tr.headRow{
- height:0px;
- }
- .headRow td{
- border-top-width:0px;
- }
- .leftSheetPanel{
- overflow: hidden;
- vertical-align: top;
- }
- .leftSheetGrid{
- border-right-width:0px;
- }
- .topSheetPanel{
- overflow: hidden;
- position: relative;
- z-index: 3;
- }
- .topRightSheetPanel{
- overflow: hidden;
- text-align: left;
- }
- .topLeftSheetPanel{
- overflow: hidden;
- }
- .topLeftSheetGrid{
- border-right-width:0px;
- border-bottom-width:0px;
- }
- .unselectable {
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -o-user-select: none;
- user-select: none;
- }
- .inlineLayout
- {
- display:-moz-inline-box;
- display:inline-block;
- #zoom: 1;
- #display:inline;
- }
- .scrollingPanel
- {
- overflow: auto;
- z-index: 1;
- position: absolute;
- right:0px;
- bottom:0px;
- }
- .leftScrollingPanel{
- overflow-x: auto;
- z-index: 1;
- position: absolute;
- left:0px;
- bottom:0px;
- }
- .topScrollingPanel{
- overflow-y: auto;
- z-index: 1;
- position: absolute;
- right:0px;
- top:0px;
- }
- .webSheetPanel{
- z-index:0;
- position: relative;
- overflow:hidden;
-
- }
- .bottomScrollablePanel{
- position:absolute;
- }
- .bottomSheetPanel{
- z-index:3;
- overflow: hidden;
- position: relative;
- }
- .mainSheetPanel{
- overflow-x:hidden;
- vertical-align: top;
- }
- .mainSheetDataPanel{
- position: relative;
- top:0px;
- }
- .topRightSheetDataPanel{
- position: relative;
- top:0px;
- }
- .topLeftSheetDataPanel{
- position: relative;
- }
- .leftSheetDataPanel{
- position: relative;
- }
- .verticalLine{
- position:absolute;
- height:100%;
- top:0px;
- width:1px;
- background-color: black;
- z-index:10;
- }
- .horizontalLine{
- position:absolute;
- left:0px;
- width:100%;
- height:1px;
- background-color: black;
- z-index:10;
- font-size:0px;
- line-height:0;
- overflow: hidden;
-
- }
- .horizontalBorder{
- position: absolute;
- background-color: #EEEEEE;
- bottom: 0px;
- left: 0px;
- font-size:0px;
- line-height:0px;
- width:100%;
- }
- .verticalBorder{
- position: absolute;
- background: #EEEEEE;
- top: 0px;
- right: 0px;
- height:100%;
- }
- .cellDiv{
- position:relative;
- }
- .sheetControlContainer{
- position:absolute;
- overflow: hidden;
- }
- .sheetControl{
- position:absolute;
- }
- .subNameIcon{
- background-image: url("../../images/websheet/dim_subset_handle1.gif");
- background-position: right top;
- background-repeat: no-repeat;
- }
- .webSheetContentPane{
- padding: 0px 0px 0px 0px !important;
- }
- .control{
- position: absolute;
- }
|