Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e4276729
Commit
e4276729
authored
Dec 20, 2012
by
Olga Brani
Browse files
Login style fixes
Cancel link in signup page
parent
3b8f06e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/css/forms.css
View file @
e4276729
...
...
@@ -196,4 +196,5 @@ form.link-like.alone input[type="submit"] { padding:0; }
}
form
.submit-inline
{
position
:
relative
}
form
.submit-inline
.form-row.submit
{
position
:
absolute
;
left
:
578px
;
top
:
0
;
margin
:
0
;
}
form
.submit-inline
.form-row
input
{
margin
:
0
20px
0
0
;
}
\ No newline at end of file
form
.submit-inline
.form-row
input
{
margin
:
0
20px
0
0
;
}
form
.signup
.back
{
float
:
right
;
margin
:
15px
70px
0
0
;
height
:
43px
;
line-height
:
43px
}
snf-astakos-app/astakos/im/templates/im/auth/shibboleth_login.html
View file @
e4276729
...
...
@@ -2,4 +2,4 @@
{{ master_auth_provider.get_primary_login_prompt_display }}
</p>
<br
/>
<a
class=
"
button
"
href=
"/im/login/shibboleth"
>
ACADEMIC LOGIN
</a>
<a
class=
"
submit
"
href=
"/im/login/shibboleth"
>
ACADEMIC LOGIN
</a>
snf-astakos-app/astakos/im/templates/im/signup.html
View file @
e4276729
...
...
@@ -25,7 +25,9 @@
{% include "im/form_render.html" %}
{% endwith %}
<div
class=
"form-row submit"
>
<input
type=
"submit"
class=
"submit altcol"
value=
"SUBMIT"
/>
<a
href=
"{% url index %}"
class=
"back"
>
x CANCEL
</a>
</div>
</form>
</div>
...
...
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