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
9fe97ef5
Commit
9fe97ef5
authored
Jan 03, 2013
by
Olga Brani
Browse files
Style fixes
parent
0a6eb593
Changes
4
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/css/modules.css
View file @
9fe97ef5
...
...
@@ -401,6 +401,7 @@ form.quotas-form span.info span { width:285px; }
.quotas-form
input
[
type
=
"submit"
]
:hover
{
background
:
#55B577
}
.quotas-form
input
[
type
=
"submit"
]
:focus
{
border-color
:
#B3B3B3
}
.quotas-form
input
[
type
=
"submit"
]
:focus:hover
{
border-color
:
#55B577
}
.quotas-form
input
[
type
=
"submit"
]
.lt
{
position
:
absolute
;
left
:
0
;
top
:
0
;
}
.quotas-form
fieldset
ul
{
padding
:
0
;
margin
:
0
0
1em
;
position
:
relative
;
}
.quotas-form
fieldset
ul
li
{
list-style
:
none
outside
none
;
float
:
left
;
margin
:
0
0
0
60px
;
padding
:
0
;
}
.quotas-form
fieldset
ul
li
:first-child
{
margin-left
:
0
;
}
...
...
snf-astakos-app/astakos/im/templates/im/projects/project_detail.html
View file @
9fe97ef5
...
...
@@ -11,7 +11,7 @@
<h2>
<em>
{% if user == object.owner %}
[ ADMINISTRATOR - {{ object.state|upper }}]
[ ADMINISTRATOR - {{ object.state|upper }}
]
{% else %}
{% if user in approve_members %}
[ ENROLLED - ACTIVE ]
...
...
snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html
View file @
9fe97ef5
...
...
@@ -48,7 +48,7 @@
{% for g, resources in resource_catalog.get_groups_resources %}
{% for rname in resources.keys %}
{% with object|resource_grants|lookup:rname as value %}
<input
type=
"hidden"
id=
"{{'id_'|add:rname|add:'_uplimit'}}"
name=
"{{rname|add:'_uplimit'}}"
autocomplete=
"off"
{%
if
value
%}
value=
"{{value}}"
{%
endif
%}
"
/>
<input
type=
"hidden"
id=
"{{'id_'|add:rname|add:'_uplimit'}}"
name=
"{{rname|add:'_uplimit'}}"
autocomplete=
"off"
{%
if
value
%}
value=
"{{value}}"
{%
endif
%}
/>
{% endwith %}
{% endfor %}
{% endfor %}
...
...
snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html
View file @
9fe97ef5
...
...
@@ -84,8 +84,8 @@
<input
type=
"hidden"
name=
"user"
id=
"id_user"
value=
"{{user.id}}"
>
<div
class=
"form-row submit"
>
<input
type=
"submit"
value=
"BACK"
class=
"submit
a
lt
col
"
autocomplete=
"off"
onclick=
'this.form.action="?edit=1&verify=0";'
>
<input
type=
"submit"
value=
"SUBMIT"
class=
"submit
altcol
"
autocomplete=
"off"
>
<input
type=
"submit"
value=
"BACK"
class=
"submit lt"
autocomplete=
"off"
onclick=
'this.form.action="?edit=1&verify=0";'
>
<input
type=
"submit"
value=
"SUBMIT"
class=
"submit"
autocomplete=
"off"
>
</div>
</form>
...
...
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