# HG changeset patch # User ethanzonca # Date 2010-09-24 01:03:15 # Node ID 87c1a68829fe5bbc3230b26e15943b277300584d # Parent 986e496149ed7b5e54283c9926b10841d60c1e36 Added missing stylesheets diff --git a/styles/output.css b/styles/output.css new file mode 100644 --- /dev/null +++ b/styles/output.css @@ -0,0 +1,31 @@ +/* Output Table Styling */ +.top{ + border-style:solid solid none solid; +background-color:#dddddd; +} +.mid{ + border-style:none solid none solid; +background-color:#dddddd; +} +.end{ + border-style:none solid solid solid; +background-color:#dddddd; +} +.none{ + border-style:none; +} +.single{ + border-style:solid; + background-color:#dddddd; +} +td{ + text-align:center; +width:7em; +} +.time{ + border-style:none none solid none; +} +.day{ + border-style:none none solid solid; +} + diff --git a/styles/print.css b/styles/print.css new file mode 100644 --- /dev/null +++ b/styles/print.css @@ -0,0 +1,29 @@ +div.scroller { + border:0; + padding:0; + margin:0; +} + +div.scroller div.section { + padding:0; + margin-bottom: 2em; +} + +div.scroller div.section div.txt { + padding: 1em; +} + + +.controls { + text-align: left; + margin-top: 10px; + margin-bottom: 2px; +} + +.controls { + display: none; +} + +.section { + background: #fff!important; +}