Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
ef959182
Commit
ef959182
authored
Jul 20, 2011
by
stef
Browse files
[enh] further design fixes
parent
9f1d6fdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
ef959182
...
...
@@ -247,7 +247,7 @@ h1 span {
/* Infrigement form */
#report
,
#addForm
.index
{
#addForm
.index
{
position
:
absolute
;
top
:
-62px
;
right
:
0
;
width
:
300px
;
...
...
templates/list.html
View file @
ef959182
...
...
@@ -21,7 +21,7 @@
{% endblock %}
{%block content%}
<div
id=
'
container
'
>
<div
id=
'
global
'
>
{% if messages %}
<ul
class=
"messages"
>
{% for message in messages %}
...
...
templates/view.html
View file @
ef959182
...
...
@@ -41,7 +41,7 @@ $(document).ready(function() {
{% endblock %}
{%block content%}
<div
id=
'
container
'
>
<div
id=
'
global
'
>
<h2>
{{v.operator}} ({{v.country}}) {{v.contract}}
</h2>
<ul
id=
"report"
>
{%if v.comment_set.all%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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