- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2009-07-16 02:00:03+12:00
- Desc:
- the starting point for the HH tutorial example
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/f6a8f90307388eb4b040ee3566b84d88b59247f7/dojo-presentation/js/dojo/dojox/layout/resources/GridContainer.css
.gridContainer * {
zoom:1;
}
.oafDndHandle {
cursor: move;
}
.gridContainer {
display:block;
position: relative;
background:#FFF;
margin:0px;
padding:10px;
/* height:1%; /* Bug focus with IE6/7) */
}
/* MOW: dnd might change to make this easier? */
.gridContainer .dojoDndAvatarHeader {
display:none;
}
.gridContainerTable {
width:100%;
border:1px solid #F60;
height: 100%;
}
.gridContainerPopup {
position: absolute;
top:40%;
left:40%;
width: 200px;
height: auto;
border: 1px solid #F60;
background-color: #FFF;
text-align: center;
padding: 10px;
}
.gridContainerTable tbody, .gridContainerTable tr {
height: 100%;
}
/* default underlay for the container */
.gridContainerZone {
vertical-align: top;
padding:12px;
background-color: #FDFDFD;
height: 100%;
}
.gridContainerZone .serviceWidgetTitleText h2 {
position: relative;
}
/* the "splitters" */
.gridContainerGrip {
cursor:default;
position:absolute;
width:5px;
padding: 0px;
margin:0px;
background-image: url(images/pixel.gif);
background-color: #ededed;
}
.tundra .gridContainerGrip {
border-left:1px solid #a7a7a7;
border-right:1px solid #a7a7a7;
}
/* splitter selected state */
.gridContainerGripShow, .gridContainerGrip:focus {
cursor:e-resize;
position:absolute;
width:5px;
padding:0px;
margin:0px;
background-color: #a7a7a7;
background-image: url(images/grip_bg.gif);
}
.tundra .gridContainerGripShow, .tundra .gridContainerGrid:focus {
border-left:1px solid #aeaeae;
border-right:1px solid #aeaeae;
}