lil list css
This commit is contained in:
parent
fd712e5563
commit
214e5df673
@ -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*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user