- 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/soria/TitlePane.css
/**
* dijit.layout.TitlePane
*
*/
.soria .dijitTitlePane .dijitTitlePaneTitle {
background: #cccccc;
background:#fff url("images/titleBar.png") repeat-x top left;
border:1px solid #bfbfbf;
padding:4px 4px 2px 4px;
cursor: pointer;
font-size: 0.9em;
font-weight: bold;
color: #6d6d6d;
}
.soria .dijitTitlePane .dijitArrowNode {
width:15px;
height:15px;
margin-top: -2px;
}
.soria .dijitTitlePaneFocused .dijitTitlePaneTextNode {
color: #243C5F;
}
.soria .dijitOpen .dijitTitlePaneTextNode {
color: #243C5F;
}
.soria .dijitTitlePane .dijitClosed .dijitArrowNode {
background: url('images/spriteRoundedIconsSmall.png') no-repeat -30px top;
}
.dj_ie6 .soria .dijitTitlePane .dijitClosed .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.gif') no-repeat -30px top;
}
.soria .dijitTitlePane .dijitOpen .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.png') no-repeat -15px top;
}
.dj_ie6 .soria .dijitTitlePane .dijitOpen .dijitArrowNode {
background:url('images/spriteRoundedIconsSmall.gif') no-repeat -15px top;
}
.soria .dijitTitlePane .dijitArrowNodeInner {
visibility:hidden;
}
.dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
visibility:visible;
}
.soria .dijitTitlePaneContentOuter {
background: #ffffff;
border:1px solid #bfbfbf;
border-top: 0px solid #3d3d3d; /* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}
.soria .dijitTitlePaneContentInner {
padding:10px;
}
/* force hasLayout to ensure borders etc, show up */
.dj_ie6 .soria .dijitTitlePaneContentOuter,
.dj_ie6 .soria .dijitTitlePane .dijitTitlePaneTitle {
zoom: 1;
}
.soria .dijitTitlePaneTextNode {
margin-left: 4px;
margin-right: 4px;
}