Solucionado issue #771

parent caba4c0e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</ul> </ul>
<!-- The content --> <!-- The content -->
<div ui-view></div> <div ui-view id="main-content"></div>
</div> </div>
<!-- Fin de container --> <!-- Fin de container -->
......
<header-student></header-student> <header-student></header-student>
<!-- The content --> <!-- The content -->
<div ui-view></div> <div ui-view id="main-content"></div>
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<header-supervisor></header-supervisor> <header-supervisor></header-supervisor>
<!-- The content --> <!-- The content -->
<div ui-view></div> <div ui-view id="main-content"></div>
</div> </div>
<!-- Fin de container --> <!-- Fin de container -->
<!-- Footer Translate --> <!-- Footer Translate -->
<footer-translate></footer-translate> <footer-translate></footer-translate>
\ No newline at end of file
...@@ -115,7 +115,6 @@ div.footer-space { ...@@ -115,7 +115,6 @@ div.footer-space {
width: 100%; width: 100%;
clear: both; clear: both;
} }
div.languages{ div.languages{
position: absolute; position: absolute;
bottom: 0; bottom: 0;
...@@ -131,6 +130,9 @@ div.languages{ ...@@ -131,6 +130,9 @@ div.languages{
position: absolute; position: absolute;
margin-top: -10px; margin-top: -10px;
} }
div#main-content {
padding-bottom: 67px;
}
/* Botones de operacioens en listados de gabinetes y supervisores (admin) */ /* Botones de operacioens en listados de gabinetes y supervisores (admin) */
.ops a{ .ops a{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment