showtimes de formSessions
This commit is contained in:
parent
d8e08b7c3c
commit
3b71865eaa
@ -82,6 +82,29 @@ table.seat td:first-child {
|
|||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*Change inputs*/
|
||||||
|
.two-inputs-line{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2,auto);
|
||||||
|
}
|
||||||
|
|
||||||
|
.two-inputs-line input,
|
||||||
|
.two-inputs-line label{
|
||||||
|
width:90%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.one-input-line{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(1,auto);
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
.one-input-line input
|
||||||
|
{
|
||||||
|
width:50%;
|
||||||
|
margin:auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* pop up window */
|
/* pop up window */
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
@ -106,6 +129,30 @@ table.seat td:first-child {
|
|||||||
height: 95%;
|
height: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal form{
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal .image{
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal .code img{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
max-height: 9em;
|
||||||
|
}
|
||||||
|
.modal .code.showtimes{
|
||||||
|
height:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal .code.showtimes p{
|
||||||
|
height: 100%;
|
||||||
|
max-height: 9em;
|
||||||
|
}
|
||||||
/* The Close Button */
|
/* The Close Button */
|
||||||
.close {
|
.close {
|
||||||
color: #aaaaaa;
|
color: #aaaaaa;
|
||||||
@ -124,8 +171,8 @@ table.seat td:first-child {
|
|||||||
|
|
||||||
/*lil film list*/
|
/*lil film list*/
|
||||||
.film_list{
|
.film_list{
|
||||||
margin-top:1em;
|
margin-top: 2em;
|
||||||
height:20%;
|
height: 20em;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -134,6 +181,13 @@ table.seat td:first-child {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img_desc{
|
||||||
|
display: grid;
|
||||||
|
list-style-type: none;
|
||||||
|
grid-template-columns: repeat(2,1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*Full calendar*/
|
/*Full calendar*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user