- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2010-07-06 16:55:39+12:00
- Desc:
- correcting errors found with newer versions of the CellML API: e-notation; namespace; and an initial value is required for state variables. The initial value on x1 fixes the problem reported on tracker item 2521
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/a1/rawfile/0b61cf0bc2ee4a696e08c67f233a2b5708b66974/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;
}