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

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2011-06-21 15:56:12+12:00
Desc:
adding a standalone version of the SED-ML document for this example, updating to pass validation using Frank's new web tools
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/1e62f9a11a1b467aff7bc1ddd0b4fc8ac3f052c0/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;
}