Location: A review of cardiac cellular electrophysiology models @ 75e25506b234 / dojo-presentation / andreClosablePane.css

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2021-09-15 23:14:39+12:00
Desc:
Update Fenton & Karma model: * Adding membrane potential and time to the top-level output variables; * Adding SED-ML for each of the simulation experiments for the variants of the model. Using OpenCOR snapshot release 2021-09-14.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/a1/rawfile/75e25506b234af607db332293716e28cb85ead44/dojo-presentation/andreClosablePane.css

/*
  CSS specific to the andre.ClosablePane dijit
*/

.andreClosablePane {
  border: 1px solid #f0f0f0;
  margin: 10px;
  padding: 5px;
  background-color: #ffffff;
}

.andreClosablePaneFocused {
  background-color: #f4f4f4;
}

.andreClosablePaneHover {
  /*background-color: #ffff00;*/
}

.andreClosablePaneHeader {
  font-weight: bold;
  font-size: 1.5em;
}

.andreClosablePaneButtons {
  float: right;
  width: 30px;
  height: 16px;
}
.andreClosablePaneCloseButton {
  float: right;
  cursor: pointer;
}

.andreClosablePaneSourceButton {
  float: left;
  cursor: pointer;
  padding-right: 2px;
}