add recordings table

This commit is contained in:
Zachary Chai
2016-10-28 16:39:32 -04:00
parent 3871e0129c
commit db9d06b72f
8 changed files with 122 additions and 10 deletions

View File

@ -11,7 +11,7 @@
* It is generally better to create a new file per style scope.
*
*= require jquery-ui
*= require dataTables/jquery.dataTables
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
*= require_tree .
*= require_self
*/

View File

@ -1,3 +1,9 @@
// Place all the styles related to the landing controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.rooms {
.table-wrapper {
padding: 40px 50px 10px 50px;
}
}