forked from shaba/openuds
This commit is contained in:
parent
e6d7944e2f
commit
36429e0443
@ -13,6 +13,23 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
footer {
|
||||||
|
padding:1.6% 2%;
|
||||||
|
margin-top:4em;
|
||||||
|
text-align:right;
|
||||||
|
min-height:1em;
|
||||||
|
position:absolute;
|
||||||
|
width:100%;
|
||||||
|
bottom:0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sample "info" (footer) text, to be placed after (c) Virtualcable */
|
||||||
|
/*#vcable:after {
|
||||||
|
content: "Testing text";
|
||||||
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/* Login form */
|
/* Login form */
|
||||||
.form-signin
|
.form-signin
|
||||||
{
|
{
|
||||||
@ -20,14 +37,10 @@ body {
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.form-signin .form-signin-heading, .form-signin .checkbox
|
.form-signin .form-signin-heading, .form-signin
|
||||||
{
|
{
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.form-signin .checkbox
|
|
||||||
{
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
.form-signin .form-control
|
.form-signin .form-control
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -80,12 +93,4 @@ body {
|
|||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
.need-help
|
|
||||||
{
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.new-account
|
|
||||||
{
|
|
||||||
display: block;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
@ -63,6 +63,11 @@
|
|||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
<!-- End of content -->
|
<!-- End of content -->
|
||||||
</div> <!-- End of container -->
|
</div> <!-- End of container -->
|
||||||
|
<footer>
|
||||||
|
{% block footer %}
|
||||||
|
<div id="vcable"><a href="http://www.virtualcable.es">© 2012-2014 Virtual Cable S.L.</a> </div>
|
||||||
|
{% endblock %}
|
||||||
|
</footer>
|
||||||
{% compress js %}
|
{% compress js %}
|
||||||
<script src="{% get_static_prefix %}js/jquery-1.10.2.min.js"></script>
|
<script src="{% get_static_prefix %}js/jquery-1.10.2.min.js"></script>
|
||||||
<script src="{% get_static_prefix %}js/jquery.cookie.js"></script>
|
<script src="{% get_static_prefix %}js/jquery.cookie.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user