Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
fix: the movie-manage page
Browse files Browse the repository at this point in the history
  • Loading branch information
vasttian committed May 4, 2017
1 parent 1b724cf commit 1773411
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/views/pages/add-category.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-md-6 col-md-offset-1" style="padding-top:70px">
<div class="col-md-6 col-md-offset-1" style="height: 100%; padding-top:70px">
<div class="row">
<form class="form-horizontal">
<div class="modal-body">
Expand Down Expand Up @@ -36,4 +36,4 @@
}
});
});
</script>
</script>
4 changes: 2 additions & 2 deletions app/views/pages/category-list.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="col-md-9 col-md-offset-1" style="max-height: 420px; padding-top: 15px">
<div class="col-md-9 col-md-offset-1" style="height: 100%; padding-top: 15px">
<div class="row">
<table class="table table-hover table-bordered">
<thead>
Expand Down Expand Up @@ -27,4 +27,4 @@
</table>
</div>
</div>
<script src="/js/category.js"></script>
<script src="/js/category.js"></script>
2 changes: 1 addition & 1 deletion app/views/pages/movie-list.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-md-12" style="max-height: 420px; padding-top: 15px">
<div class="col-md-12" style="height: 100%; padding-top: 15px">
<div class="row">
<table class="table table-hover table-bordered">
<thead>
Expand Down

0 comments on commit 1773411

Please sign in to comment.