- Author:
- David Nickerson <david.nickerson@gmail.com>
- Date:
- 2021-09-16 00:41:19+12:00
- Desc:
- Updating Noble 1962 model:
* Exposing the membrane potential to the top-level model;
* adding SED-ML for the paced and pacemaker variants of the model.
Using OpenCOR Snapshot release 2021-09-14.
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/f954e59183314cd37f86c8832dc81317d01c8ec5/dojo-presentation/js/dojo/dijit/themes/tundra/layout/BorderContainer.css
/* BorderContainer */
.tundra .dijitBorderContainer {
background-color: #fcfcfc;
padding: 5px;
}
.tundra .dijitBorderContainer-dijitBorderContainer {
border: none;
padding: 0px;
}
.tundra .dijitSplitterH,
.tundra .dijitGutterH {
background:#fcfcfc;
border:0;
height:5px;
}
.tundra .dijitSplitterH .dijitSplitterThumb {
background:url("../images/splitContainerSizerH-thumb.png") no-repeat;
top:1px;
width:19px;
height:2px;
}
.tundra .dijitSplitterV,
.tundra .dijitGutterV {
background:#fcfcfc;
border:0;
width:5px;
}
.tundra .dijitSplitterV .dijitSplitterThumb {
background:url("../images/splitContainerSizerV-thumb.png") no-repeat;
left:1px;
height:19px;
width:5px;
}
/* active splitter */
.tundra .dijitSplitterActive {
font-size: 1px;
background-image: none;
background-color: #aaa;
-moz-opacity: 0.6;
opacity: 0.6;
filter: Alpha(Opacity=60);
margin: 0;
}