diff --git a/application/modules/requests/views/scripts/index/index.phtml b/application/modules/requests/views/scripts/index/index.phtml
index 159cfeaccaf8efab2b3ad0cf3d596280b632142e..f738b87f12e43c1e69f60769bab81dd5c1b169ea 100644
--- a/application/modules/requests/views/scripts/index/index.phtml
+++ b/application/modules/requests/views/scripts/index/index.phtml
@@ -265,7 +265,9 @@ foreach($this->roles as $roleData) {
         	<?php } ?>
 
         <form action="<?php echo $this->baseUrl(); ?>/requests/index/decide.post" method="post">
-            <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
+            <div class="setAllDecisions">
+                <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
+            </div>
             <?php foreach ($requests as $requestType => $requestList) { ?>
             <table class="course_list">
                 <caption><?php echo $requestType; ?></caption>
@@ -372,9 +374,11 @@ foreach($this->roles as $roleData) {
                 </tr>
                 <?php } ?>
             </table>
-            <div class="setAllDecisions">Set all decisions to: <?php echo $this->formSelect('_setAllDecisions' . ++$setAllDecisionIndex, null, array('class' => 'setAllDecisionsSelect'), $possibleDecisions); ?></div>
+            <div class="setAllDecisions">
+                Set all decisions to: <?php echo $this->formSelect('_setAllDecisions' . ++$setAllDecisionIndex, null, array('class' => 'setAllDecisionsSelect'), $possibleDecisions); ?><br />
+                <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
+            </div>
             <?php } ?>
-            <?php echo $this->formSubmit('submit', 'Submit Decisions'); ?>
         </form>
         <?php } ?>
         <?php if (count($watchingRequests) > 0) { ?>