diff --git a/css/default-styles.css b/css/default-styles.css index ca9dd246168783b7db370efab78c90e2febad0af..2aa1f44b42e90fa05ea6c7606c52da25c93075c0 100644 --- a/css/default-styles.css +++ b/css/default-styles.css @@ -35,6 +35,14 @@ input { vertical-align: middle; } +.promptMessage { + margin-top: 0; +} + +.selectOptions { + margin-bottom: 0; +} + .box { width:600px; text-align: center; diff --git a/default-body.php b/default-body.php index cb121a7b92433c5d7b6fd2f2dede5043c6be6629..6dc72abb76d3d14aae646a505a308dc590ec4a76 100644 --- a/default-body.php +++ b/default-body.php @@ -4,7 +4,7 @@