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
a816c7b6
Commit
a816c7b6
authored
Dec 03, 2018
by
gema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajustes estilo general del layout
parent
5055ba82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
index.twig
fuel/app/views/dashboard/index.twig
+1
-1
index.twig
fuel/app/views/menussaludables/lista/index.twig
+2
-2
custom.css
public/assets/css/custom.css
+8
-1
No files found.
fuel/app/views/dashboard/index.twig
View file @
a816c7b6
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</div>
</div>
<div
class=
"col-md-5"
>
<div
class=
"col-md-5"
>
<div
class=
"row item-list-style"
>
<div
class=
"row item-list-style
mt30
"
>
<div
class=
"col-xs-10"
>
Inicio
</div>
<div
class=
"col-xs-10"
>
Inicio
</div>
<div
class=
"col-xs-2"
><i
class=
"fa fa-angle-right"
></i></div>
<div
class=
"col-xs-2"
><i
class=
"fa fa-angle-right"
></i></div>
</div>
</div>
...
...
fuel/app/views/menussaludables/lista/index.twig
View file @
a816c7b6
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
{%
for
i
in
0.
.
5
%}
{%
for
i
in
0.
.
5
%}
<a
href=
"menussaludables-menu"
>
<a
href=
"menussaludables-menu"
>
<div
class=
"row item-list-style"
>
<div
class=
"row item-list-style"
>
<div
class=
"col-xs-1
0
"
>
Menú tipo
{{
i
}}
</div>
<div
class=
"col-xs-1
1
"
>
Menú tipo
{{
i
}}
</div>
<div
class=
"col-xs-
2
"
><i
class=
"fa fa-angle-right"
></i></div>
<div
class=
"col-xs-
1
"
><i
class=
"fa fa-angle-right"
></i></div>
</div>
</div>
</a>
</a>
{%
endfor
%}
{%
endfor
%}
...
...
public/assets/css/custom.css
View file @
a816c7b6
...
@@ -44,9 +44,13 @@ body{
...
@@ -44,9 +44,13 @@ body{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#333
!important
;
color
:
#333
!important
;
}
}
.item-list-style
:hover
,
.item-list-style
:active
,
.item-list-style
:active
{
.item-list-style
:hover
,
.item-list-style
:active
,
.item-list-style
:active
{
background-color
:
#ccc
;
/*background-color: #ccc;*/
background-color
:
#000
;
color
:
#fff
!important
;
}
}
...
@@ -246,6 +250,9 @@ h1{
...
@@ -246,6 +250,9 @@ h1{
.mt20
{
.mt20
{
margin-top
:
20px
;
margin-top
:
20px
;
}
}
.mt30
{
margin-top
:
30px
;
}
.p10
{
.p10
{
padding
:
10px
;
padding
:
10px
;
}
}
...
...
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