Add files via upload
This commit is contained in:
parent
3e5e670e30
commit
f852fb292c
@ -380,9 +380,9 @@
|
|||||||
}
|
}
|
||||||
.code.cinemas img {
|
.code.cinemas img {
|
||||||
margin: 0.7em 0 0.2em 0;
|
margin: 0.7em 0 0.2em 0;
|
||||||
width: 200px;
|
width: 100%;
|
||||||
height: 115px;
|
height: 119px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
|
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
|
||||||
|
@ -375,9 +375,9 @@ main img {
|
|||||||
}
|
}
|
||||||
.code.cinemas img {
|
.code.cinemas img {
|
||||||
margin: 0.7em 0 0.2em 0;
|
margin: 0.7em 0 0.2em 0;
|
||||||
width: 200px;
|
width: 100%;
|
||||||
height: 115px;
|
height: 119px;
|
||||||
display: block;
|
display: inline-block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
|
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
|
||||||
|
@ -224,7 +224,7 @@ CREATE TABLE `purchase` (
|
|||||||
--
|
--
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Volcado de datos para la tabla `promotion`
|
-- Volcado de datos para la tabla `purchase`
|
||||||
--
|
--
|
||||||
|
|
||||||
INSERT INTO `purchase` (`iduser`, `idsession`, `idhall`, `idcinema`, `numrow`, `numcolum`, `time_purchase`) VALUES
|
INSERT INTO `purchase` (`iduser`, `idsession`, `idhall`, `idcinema`, `numrow`, `numcolum`, `time_purchase`) VALUES
|
||||||
|
Loading…
Reference in New Issue
Block a user