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
etch
nuages
Commits
2a1a3fc0
Commit
2a1a3fc0
authored
Jun 21, 2010
by
christophe siraut
Browse files
Style the shared link
parent
a2fca9b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/css/nuages.css
View file @
2a1a3fc0
...
...
@@ -121,6 +121,11 @@ form label {
}
*/
.adresse
{
width
:
180px
;
color
:
#557
;
}
.bigtable
td
{
text-align
:
center
;
border
:
0px
solid
#fff
;
...
...
templates/sondage/poll_detail.html
View file @
2a1a3fc0
...
...
@@ -5,7 +5,7 @@
{% block chapeau %}
<h3>
{{object}}
</h3>
<p
class=
"info"
>
{{object.description}}
<br
/>
{% trans "Posted by" %}
<code>
{{object.author}}
</code>
on
<code>
{{object.pub_date}}
</code>
. {% trans "Shared address" %}:
<input
type=
"text"
name=
"link"
value=
"{{ current_site }}"
readonly=
"readonly"
/>
</p>
<p
class=
"info"
>
{{object.description}}
<br
/>
{% trans "Posted by" %}
<code>
{{object.author}}
</code>
on
<code>
{{object.pub_date}}
</code>
. {% trans "Shared address" %}:
<input
type=
"text"
name=
"link"
value=
"{{ current_site }}"
readonly=
"readonly"
class=
'adresse'
style=
"border: 1px solid #efefff;"
/>
</p>
{% endblock %}
...
...
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