Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2018_web_app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
inutralia
2018_web_app
Commits
16d7683e
Commit
16d7683e
authored
Dec 11, 2018
by
gema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajustes en lista de la compra
parent
7106746f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
index.twig
fuel/app/views/listacompra/index.twig
+4
-2
modal_add_product.twig
fuel/app/views/listacompra/modal_add_product.twig
+3
-2
custom.css
public/assets/css/custom.css
+13
-0
No files found.
fuel/app/views/listacompra/index.twig
View file @
16d7683e
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
</div>
</div>
<div
class=
"container-box-border-box"
>
<div
class=
"container-box-border-box"
>
<div
class=
"div-scrollable-lista"
>
<form
class=
"ac-custom ac-checkmark"
autocomplete=
"off"
>
<form
class=
"ac-custom ac-checkmark"
autocomplete=
"off"
>
<ul
class=
"text-left ml0"
>
<ul
class=
"text-left ml0"
>
{%
if
count
(
ingredients
)
==
0
%}
{%
if
count
(
ingredients
)
==
0
%}
...
@@ -38,14 +39,15 @@
...
@@ -38,14 +39,15 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<h3
class=
"mt40"
>
Puedes editar tu lista de la compra borrando y añadiendo productos.
</h3>
<h3
class=
"mt40"
>
Puedes editar tu lista de la compra borrando y añadiendo productos.
</h3>
<!--botones-->
<!--botones-->
<div
class=
"row "
>
<div
class=
"row "
>
<div
class=
"col-
md
-6"
>
<div
class=
"col-
xs
-6"
>
<button
class=
"btn btn-custom btn-delete mt20"
data-toggle=
"modal"
data-target=
"#modalDelete"
><i
class=
"fa fa-trash"
></i>
Todos
</button>
<button
class=
"btn btn-custom btn-delete mt20"
data-toggle=
"modal"
data-target=
"#modalDelete"
><i
class=
"fa fa-trash"
></i>
Todos
</button>
</div>
</div>
<div
class=
"col-
md
-6"
>
<div
class=
"col-
xs
-6"
>
<button
class=
"btn btn-custom btn-delete mt20"
data-toggle=
"modal"
data-target=
"#modalDelete"
><i
class=
"fa fa-trash"
></i>
Marcados
</button>
<button
class=
"btn btn-custom btn-delete mt20"
data-toggle=
"modal"
data-target=
"#modalDelete"
><i
class=
"fa fa-trash"
></i>
Marcados
</button>
</div>
</div>
</div>
</div>
...
...
fuel/app/views/listacompra/modal_add_product.twig
View file @
16d7683e
...
@@ -10,11 +10,12 @@
...
@@ -10,11 +10,12 @@
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<img
src=
"assets/img/listacompra/add_producto.png"
class=
"img-responsive-custom mt40"
/>
<img
src=
"assets/img/listacompra/add_producto.png"
class=
"img-responsive-custom mt40"
/>
<h2>
AÑADIR PRODUCTO
</h2>
<h2>
AÑADIR PRODUCTO
</h2>
<p>
Los productos que añadas manualmente no se enviarán a DelSuper en el caso de que elijas esta opción de compra.
</p>
</div>
</div>
<div
class=
"content pb40"
>
<div
class=
"content pb40
mt40
"
>
<form>
<form>
<
p>
Producto
</p
>
<
label>
Producto
</label
>
<input
type=
"text"
class=
"form-control"
name=
"product"
id=
"product"
value=
""
/>
<input
type=
"text"
class=
"form-control"
name=
"product"
id=
"product"
value=
""
/>
<div
class=
"mt20"
>
<div
class=
"mt20"
>
...
...
public/assets/css/custom.css
View file @
16d7683e
...
@@ -979,6 +979,19 @@ a:focus {
...
@@ -979,6 +979,19 @@ a:focus {
}
}
}
}
/****************************************************LISTA DE LA COMPRA***************************************************************/
/*******************************************************************************************************************************************/
.div-scrollable-lista
{
overflow-y
:
scroll
;
height
:
400px
;
}
@media
(
min-width
:
1600px
){
.div-scrollable-lista
{
overflow-y
:
scroll
;
height
:
500px
;
}
}
/*****************************************************************************************************************************************/
/*****************************************************************************************************************************************/
/*********************************************************MENÚS SALUDABLES***************************************************************/
/*********************************************************MENÚS SALUDABLES***************************************************************/
/****************************************************************************************************************************************/
/****************************************************************************************************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment