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
1d102664
authored
Jan 10, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Solucionado issue #771
parent
caba4c0e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
sails/src/assets/scripts/modules/admin/views/admin.html
sails/src/assets/scripts/modules/student/views/student.html
sails/src/assets/scripts/modules/supervisor/views/supervisor.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/admin/views/admin.html
View file @
1d102664
...
...
@@ -17,7 +17,7 @@
</ul>
<!-- The content -->
<div
ui-view
></div>
<div
ui-view
id=
"main-content"
></div>
</div>
<!-- Fin de container -->
...
...
sails/src/assets/scripts/modules/student/views/student.html
View file @
1d102664
<header-student></header-student>
<!-- The content -->
<div
ui-view
></div>
<div
ui-view
id=
"main-content"
></div>
sails/src/assets/scripts/modules/supervisor/views/supervisor.html
View file @
1d102664
...
...
@@ -4,9 +4,9 @@
<header-supervisor></header-supervisor>
<!-- The content -->
<div
ui-view
></div>
<div
ui-view
id=
"main-content"
></div>
</div>
<!-- Fin de container -->
<!-- Footer Translate -->
<footer-translate></footer-translate>
\ No newline at end of file
<footer-translate></footer-translate>
sails/src/assets/styles/main.css
View file @
1d102664
...
...
@@ -115,7 +115,6 @@ div.footer-space {
width
:
100%
;
clear
:
both
;
}
div
.languages
{
position
:
absolute
;
bottom
:
0
;
...
...
@@ -131,6 +130,9 @@ div.languages{
position
:
absolute
;
margin-top
:
-10px
;
}
div
#main-content
{
padding-bottom
:
67px
;
}
/* Botones de operacioens en listados de gabinetes y supervisores (admin) */
.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