diff --git a/assets/css/manager.css b/assets/css/manager.css index 5f07edc..7ff7b1d 100644 --- a/assets/css/manager.css +++ b/assets/css/manager.css @@ -97,14 +97,13 @@ table.seat td:first-child { background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } - .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; - width: 80%; - height: 80%; + width: 40%; + height: 95%; } /* The Close Button */ @@ -122,6 +121,19 @@ table.seat td:first-child { cursor: pointer; } + +/*lil film list*/ +.film_list{ + margin-top:1em; + height:20%; + overflow-y: scroll; +} + +.film_list button{ + margin:auto; + +} + /*Full calendar*/