# HG changeset patch # User Ethan Zonca # Date 2010-10-27 22:14:38 # Node ID d31635d04e747078408c84ef980692d70487574d # Parent 262654f858ac5c3a1f9fecfb0fa46510db676982 Restyle show/hide bar, other fixes diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -249,26 +249,32 @@ class Schedule } echo "\n"; - echo '
-
-

Display

-
-
-
-
-
'; if($this->nPermutations > 0) { $table .= "
\n" - . "

\n \n" . "
\n" . "
\n"; diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc --- a/school.d/cedarville.inc +++ b/school.d/cedarville.inc @@ -15,10 +15,10 @@ function cedarville_instructions_html() return <<Cedarville-specific Instructions

- SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University. + SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.

    -
  1. Sign up and talk to your advisor and figure out which courses you need to take.
  2. +
  3. Talk to your advisor and figure out which courses you need to take. Use the course list to see what's available.
  4. Enter the course ID, such as PHYS-1020, in the Class ID blank. You will see a list of auto-suggestions.
  5. You must click on the auto-suggested item to automatically add all sections of the class.
  6. Submit your schedule and view all of the different permutations of your schedule.
  7. diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -137,3 +137,18 @@ margin-bottom: 2px; } #tabs li /* , .ui-corner-all, .ui-corner-top */ { background: none!important; } #tabs li { border: none!important; } + +.show-buttons { + + width: 99%; + margin: auto; + padding: 2px; + background: #EEE; + border: 1px solid #AAA; + border-radius: 3px; + -moz-border-radus: 3px; + +} +.show-buttons label { + padding-right: .5em; +}