From ce987c285f0008075ec611c46a8ef941ab803910 Mon Sep 17 00:00:00 2001 From: christophe siraut Date: Sun, 27 Jun 2010 21:33:39 +0200 Subject: [PATCH] css style --- static/css/nuages.css | 9 ++++----- templates/index.html | 5 +++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/nuages.css b/static/css/nuages.css index c621f94..ecf3cbc 100644 --- a/static/css/nuages.css +++ b/static/css/nuages.css @@ -10,7 +10,7 @@ a:link, a:active, a:visited { color:#033591; } -a:hover {color:#044bcd;} +a:hover {color:#044bcd; background-color: #f7f7ff;} h2, h3, h4 {color: #555;} @@ -154,14 +154,13 @@ form label { width: 180px; padding: 8px; margin: 8px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + -moz-border-radius: 9px; + -webkit-border-radius: 9px; border: 1px solid #efefff; } .icone:hover { - border: 1px solid #ddf; - background-image: url('/static/images/back2.png'); + background-color: #f7f7ff; } .indent { diff --git a/templates/index.html b/templates/index.html index 3809fca..34c5913 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@ {% endblock %} {% block content %} -


+

Make a poll   {% trans "New poll" %}

@@ -30,7 +30,7 @@

  {% trans "About nuages" %}

-





+


@@ -64,6 +64,7 @@ {% endif %} +


{% endblock %} -- GitLab