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

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2023-04-27 23:14:49-07:00
Desc:
Updates to get things working with OpenCOR 0.7.1
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/1c3a018574af68610e2b95973f32fa831ea3096f/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;
}