sheetnode.css in Sheetnode 5
Same filename and directory in other branches
/*
*/
.sheetview {
padding-top: 10px;
margin-bottom: 30px;
}
.sheetview table, .sheetview td, .sheetview th {
padding: 0;
margin: 0;
line-height: normal;
border-width: 0;
border-collapse: separate;
width: auto;
background: transparent;
vertical-align: top;
}
.sheetview tr:hover {
background: transparent;
}
.sheetview img {
display: inline !important;
}
.sheetview input {
display: inline !important;
width: auto !important;
}
.sheetview #te_griddiv {
background-image: url('images/stripe.png');
}
.sheetview #te_griddiv table {
background: #fff;
}
.sheetview-fullscreen {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
margin: 0;
padding: 0;
background: inherit;
}
File
sheetnode.cssView source
- /*
- */
-
- .sheetview {
- padding-top: 10px;
- margin-bottom: 30px;
- }
-
- .sheetview table, .sheetview td, .sheetview th {
- padding: 0;
- margin: 0;
- line-height: normal;
- border-width: 0;
- border-collapse: separate;
- width: auto;
- background: transparent;
- vertical-align: top;
- }
-
- .sheetview tr:hover {
- background: transparent;
- }
-
- .sheetview img {
- display: inline !important;
- }
-
- .sheetview input {
- display: inline !important;
- width: auto !important;
- }
-
- .sheetview #te_griddiv {
- background-image: url('images/stripe.png');
- }
-
- .sheetview #te_griddiv table {
- background: #fff;
- }
-
- .sheetview-fullscreen {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 9999;
- margin: 0;
- padding: 0;
- background: inherit;
- }
-