/* The following will end up being added by code. */
.dijitGridColumn1{width:60px;}
.dijitGridColumn2{width:100px;}
.dijitGridColumn3{width:100px;}
.dijitGridColumn4{width:280px;}
/* End code add */
div.clear{clear:both;}
div.dijitGrid{
width:600px;
border:1pxsolid#ccc;
margin:1em;
}
tabletd{
border:1pxsolid#ccc;
border-collapse:none;
}
div.digitGridRow{
border:1pxsolid#c00;
clear:both;
}
span.dijitGridCell{
padding:0.25em;
display:block;
float:left;
}
span.dijitGridSeparator{
display:block;
float:left;
width:1px;
border-left:1pxsolid#ccc;
}
div.dijitGridHead{
background-color:#efefef;
border-bottom:1pxsolid#ccc;
font-weight:bold;
}
div.dijitGridBody{
height:200px;
overflow:auto;
}
div.dijitGridBodyContent{
overflow:visible;
}
div.dijitGridFoot{}
</style>
</head>
<body>
<h1>Dijit Grid: Table Test</h1>
<p>This is a pure HTML test, in order to develop the eventual markup structure for the Dijit Grid. It is <strong>not</strong> a working Grid, nor will it be the eventual Grid test.</p>