Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
30ddc4c8
authored
Dec 26, 2016
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Login page footer #720
parent
24f7abfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
23 deletions
sails/src/assets/scripts/modules/translate/views/footer_translate.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/translate/views/footer_translate.html
View file @
30ddc4c8
<div
class=
"languages"
>
<div
class=
"languages"
>
<div
ng-controller=
"TranslateController"
class=
"btn-group"
role=
"group"
aria-label=
""
>
<div
class=
"row"
>
<button
type=
"button"
class=
"btn btn-link"
ng-click=
"changeLanguage('es-es')"
>
Español
</button>
<div
class=
"col-xs-6"
>
<button
type=
"button"
class=
"btn btn-link"
>
|
</button>
<div
class=
"languages-margin text-center"
>
<button
type=
"button"
class=
"btn btn-link"
ng-click=
"changeLanguage('en-gb')"
>
English
</button>
<div
ng-controller=
"TranslateController"
class=
"btn-group"
role=
"group"
aria-label=
""
>
</div>
<button
type=
"button"
class=
"btn-link"
ng-click=
"changeLanguage('es-es')"
>
Español
</button>
<div>
<button
type=
"button"
class=
"btn-link"
>
|
</button>
<p
class=
"text-center"
style=
"margin-top:10px"
>
<button
type=
"button"
class=
"btn-link"
ng-click=
"changeLanguage('en-gb')"
>
English
</button>
<small>
Powered by
<a
href=
"http://www.yottacode.com"
><img
src=
"img/logo_pictogram.png"
width=
"40px"
alt=
"Pictogram"
title=
"Pictogram"
/></a></small>
</div>
</p>
</div>
</div>
<div
class=
"col-xs-6"
>
<div
class=
"languages-margin text-center text-muted"
>
Powered by
<a
href=
"http://www.yottacode.com"
><img
src=
"img/logo_pictogram.png"
width=
"40px"
alt=
"Pictogram"
title=
"Pictogram"
/></a>
</div>
</div>
</div>
</div>
</div>
</div>
sails/src/assets/styles/main.css
View file @
30ddc4c8
...
@@ -47,6 +47,11 @@
...
@@ -47,6 +47,11 @@
padding
:
8px
;
padding
:
8px
;
}
}
/* Evitar scrolling horizontal */
body
{
overflow-x
:
hidden
;
}
/* For hidding spinner preserving space */
/* For hidding spinner preserving space */
.spin_disabled
{
.spin_disabled
{
visibility
:
hidden
;
visibility
:
hidden
;
...
@@ -104,21 +109,22 @@ html {
...
@@ -104,21 +109,22 @@ html {
margin
:
10px
0
;
margin
:
10px
0
;
}
}
/* Pie de página con idiomas: Siempre en la parte inferior de la página; */
/* Sticky footer: pie de página con idiomas*/
div
.languages
{
div
.languages
{
position
:
absolute
;
position
:
absolute
;
/*bottom: -10px;*/
bottom
:
0
;
width
:
100%
;
width
:
100%
;
/* Set the fixed height of the footer here */
height
:
67px
;
height
:
50px
;
background-color
:
#f8f8f8
;
padding-top
:
10px
;
border-top
:
1px
solid
#e7e7e7
;
margin
:
0
;
}
background-color
:
#f8f8f8
;
.languages-margin
{
border-top
:
1px
solid
#e7e7e7
;
margin
:
20px
0
;
font-size
:
1.2em
;
}
text-align
:
center
;
.languages-margin
img
{
position
:
absolute
;
margin-top
:
-10px
;
}
}
/* Fin del pie de idiomas fijo abajo */
/* Botones de operacioens en listados de gabinetes y supervisores (admin) */
/* Botones de operacioens en listados de gabinetes y supervisores (admin) */
.ops
a
{
.ops
a
{
...
...
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