Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
d1dcd419
Commit
d1dcd419
authored
Aug 06, 2013
by
Christophe Siraut
Browse files
Fix cssx.
parent
5939ce7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
meetingpoll/templates/meetingpoll/poll_detail.html
View file @
d1dcd419
...
...
@@ -16,8 +16,11 @@
<h1>
{{object}}
</h1>
<div
class=
"row"
>
<div
class=
"span8 lead"
>
{{object.description}}
<br
/>
{% trans "Posted by" %}
<span
class=
"muted"
><em>
{% if object.user %}{{object.user}}{% else %}{% trans 'Anonymous' %}{% endif %}
</em></span>
{% trans "on" %} {{object.pub_date|date:"d F"}}.
<br
/>
{% trans "Shared address" %}:
<span
class=
"text-info"
>
{{ object.link }}
</span>
<div
class=
"span9"
>
<blockquote>
<p>
{{object.description}}
</p>
<small>
{% trans "Posted by" %}
<em>
{% if object.user %}{{object.user}}{% else %}{% trans 'Anonymous' %}{% endif %}
</em>
{% trans "on" %} {{object.pub_date|date:"d F"}}.
</small>
</blockquote>
</div>
</div>
<table
class=
"bigtable"
>
...
...
@@ -109,7 +112,10 @@
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
<![endif]-->
<![endif]-->
{% endblock %}
{% block footer %}
<p><em>
{{ object }}
</em>
{% trans "Shared address" %}
<a
href=
"{{ object.link }}"
>
→
{{ object.link }}
</a></span></p>
{% endblock %}
nuages_templates/static/css/nuages.css
View file @
d1dcd419
...
...
@@ -71,10 +71,6 @@ form label {
border-bottom
:
0
solid
#7f90a5
;
}
h1
{
}
.comment
{
width
:
22px
;
}
...
...
@@ -101,6 +97,10 @@ input:focus, textarea:focus {
padding
:
2px
4px
;
}
.bigtable
{
margin-top
:
12px
;
}
.bigtable
td
{
height
:
26px
;
text-align
:
center
;
...
...
nuages_templates/templates/base.html
View file @
d1dcd419
...
...
@@ -51,8 +51,8 @@
<div
id=
"footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
{% block footer %}{% endblock %}
<p>
{% trans "Nuages is brought to you by" %}
<a
href=
"http://www.domainepublic.net"
>
Domaine Public
</a>
.
<p>
{% block footer %}{% endblock %}
</div>
</div>
</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