# HG changeset patch # User ethanzonca # Date 2010-09-23 22:54:18 # Node ID 1ada80542b2a229cd36e205aab608c75ddb33223 # Parent 40ac3e1dc483e2ab39dfd8c6a0946e8642269f5d Minor visual changes, etc diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -40,11 +40,11 @@ include_once 'inc/class.page.php'; - Add Class + Add Class - This row should be just as wide as the one above someday -
+
diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js --- a/scripts/scheduleInput.js +++ b/scripts/scheduleInput.js @@ -174,7 +174,7 @@ //-------------------------------------------------- jQuery('.addSection').live('click', function() { sectionsOfClass[jQuery(this).parent().parent().attr("title")]++; // Increases sectionsOfClass[classNum] - jQuery(this).parent().parent().after('' + getCommonInputs(jQuery(this).parent().parent().attr("title")) + '
'); + jQuery(this).parent().parent().after('' + getCommonInputs(jQuery(this).parent().parent().attr("title")) + '
'); }); //-------------------------------------------------- diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -52,7 +52,7 @@ } .paddingtop { padding: .5em; - padding-top: .8em; + padding-top: 1.5em; } .tdInput { background: #fff;