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

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2010-05-04 12:37:19+12:00
Desc:
adding initial version of SED-ML L1V1 file reproducing what is in graphs/BR-INa-variants.xml
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/a80b964384c0c7683d7c5d07b73a5af7a973d46c/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;
}