- 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/ProgressBar.css
.tundra .dijitProgressBar {
margin:2px 0px 2px 0px;
}
.tundra .dijitProgressBarEmpty {
/* outer container and background of the bar that's not finished yet*/
background:#fff url("images/progressBarEmpty.png") repeat-x center center;
border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;
}
.tundra .dijitProgressBarTile {
/* inner container for finished portion when in 'tile' (image) mode */
background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
}
.tundra .dijitProgressBarFull {
border-right:1px solid #b8b8b8;
}
.tundra .dijitProgressBarLabel {
/* Set to a color that contrasts with both the "Empty" and "Full" parts. */
color:#293a4b;
}
.tundra .dijitProgressBarIndeterminate .dijitProgressBarTile {
/* use an animated gif for the progress bar in 'indeterminate' mode */
background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
}