Skip to content
Snippets Groups Projects
Commit a423c48d authored by Tim Steiner's avatar Tim Steiner
Browse files

Moved Prev/Next buttons to top of Edit pages

parent 49666318
No related branches found
No related tags found
No related merge requests found
<form id="editRequestForm" action="/Request/update" method="post" enctype="multipart/form-data">
<?php @include('' . $this->requestPage . '.xhtml'); ?>
<input id="prev_button" type="submit" name="submitType" value="&lt; Prev" />
<input id="next_button" type="submit" name="submitType" value="Next &gt;" />
<?php @include('' . $this->requestPage . '.xhtml'); ?>
</form>
......@@ -3,7 +3,7 @@
#next_button,
#prev_button {
position: absolute;
bottom: 5px;
top: 5px;
}
#next_button {
right: 5px;
......@@ -24,13 +24,12 @@
form {
padding: 5px;
padding: 30px 5px 5px 5px;
border: 1px solid;
height: 450px;
height: auto !important;
min-height: 450px;
padding-bottom: 30px;
h2 {
color: #343434;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment