lil list css

This commit is contained in:
Markines16 2021-06-05 11:49:41 +02:00 committed by GitHub
parent fd712e5563
commit 214e5df673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 3 deletions

View File

@ -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*/