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
3c2eff66
Commit
3c2eff66
authored
Dec 03, 2018
by
gema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajustes vista detalles receta
parent
1d5f68c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
tables.twig
fuel/app/views/receta/tables.twig
+6
-6
custom.css
public/assets/css/custom.css
+4
-1
No files found.
fuel/app/views/receta/tables.twig
View file @
3c2eff66
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
<div
class=
"container-box-border-box"
>
<div
class=
"container-box-border-box"
>
{%
for
i
in
0.
.
14
%}
{%
for
i
in
0.
.
14
%}
<div
class=
"row"
>
<div
class=
"row
antirow mt10
"
>
<div
class=
"col-md-
10
"
>
Ingrediente
{{
i
}}
</div>
<div
class=
"col-md-
8
"
>
Ingrediente
{{
i
}}
</div>
<div
class=
"col-md-
2
"
>
100 g
</div>
<div
class=
"col-md-
4 text-right
"
>
100 g
</div>
</div>
</div>
{%
endfor
%}
{%
endfor
%}
</div>
</div>
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
<div
class=
"container-box-border-box"
>
<div
class=
"container-box-border-box"
>
{%
for
i
in
0.
.
5
%}
{%
for
i
in
0.
.
5
%}
<div
class=
"row"
>
<div
class=
"row
antirow mt10
"
>
<div
class=
"col-md-
10
"
>
Propiedad
{{
i
}}
</div>
<div
class=
"col-md-
7
"
>
Propiedad
{{
i
}}
</div>
<div
class=
"col-md-
2
"
>
100 g
</div>
<div
class=
"col-md-
5 text-right
"
>
100 g
</div>
</div>
</div>
{%
endfor
%}
{%
endfor
%}
</div>
</div>
...
...
public/assets/css/custom.css
View file @
3c2eff66
...
@@ -227,7 +227,10 @@ input:checked + .slider:before {
...
@@ -227,7 +227,10 @@ input:checked + .slider:before {
h1
{
h1
{
font-size
:
2.5em
!important
;
font-size
:
2.5em
!important
;
}
}
.antirow
{
margin-left
:
0px
;
margin-right
:
0px
;
}
.whitecolor
{
.whitecolor
{
color
:
white
;
color
:
white
;
}
}
...
...
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