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

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2010-05-04 17:04:14+12:00
Desc:
finishing off initial draft SED-ML version of graphing and simulation description. Still doesn't validate in libsedml but looking into this with Frank Bergmann
Permanent Source URI:
https://staging.physiomeproject.org/workspace/a1/rawfile/f6abb6ddf64cd14f421f0e3d9131b6985b7b356e/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;
}