Location: A review of cardiac cellular electrophysiology models @ 98909b01e6b2 / dojo-presentation / js / dojo / dojox / layout / resources / GridContainer.css

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2009-07-07 17:11:57+12:00
Desc:
update for modified HH graphs in tutorial description
Permanent Source URI:
https://models.physiomeproject.org/workspace/a1/rawfile/98909b01e6b21653a5e1cd28865dd259c586d490/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;
}