From 2d2a228e7ac6d8641934f1fd34625e4f971614f5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Nov 2010 03:40:09 +0100 Subject: Path correction on the INSTALL document --- docs/en/INSTALL.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/INSTALL.t2t b/docs/en/INSTALL.t2t index 9cfdd25..a15c2dd 100644 --- a/docs/en/INSTALL.t2t +++ b/docs/en/INSTALL.t2t @@ -123,7 +123,7 @@ If you want to use tinymce don't forget to make it available to Chimère. In this same chimere directory, make a symbolic link to django's basic styles (do not forget to change the path according to your configuration, it is the last time I will recall it to you. Next time, you are on your own !): ``` -ln -s /usr/share/python-support/python-django/django/contrib/admin/media/ . +ln -s /usr/share/pyshared/django/contrib/admin/media/ . ``` +++ Compiling languages +++ -- cgit v1.2.3 From abdac72478a8ab96e2d8ee674f51bca25d9686a4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Nov 2010 03:41:11 +0100 Subject: Correct templates to include i18n script not depending on the admin. --- chimere/templates/edit.html | 2 +- chimere/templates/edit_route.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chimere/templates/edit.html b/chimere/templates/edit.html index 4a02fe4..46982fd 100644 --- a/chimere/templates/edit.html +++ b/chimere/templates/edit.html @@ -1,7 +1,7 @@ {% extends "base_user.html" %} {% load i18n %} {% block extra_head %} -{% if dated %} +{% if dated %} diff --git a/chimere/templates/edit_route.html b/chimere/templates/edit_route.html index 5152ba5..2fb6fc8 100644 --- a/chimere/templates/edit_route.html +++ b/chimere/templates/edit_route.html @@ -1,7 +1,7 @@ {% extends "base_user.html" %} {% load i18n %} {% block extra_head %} -{% if dated %} +{% if dated %} -- cgit v1.2.3 From f297a359e739f7138517ed5bdd7cc6ba910696f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Nov 2010 03:44:34 +0100 Subject: Minor change on the style --- chimere/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chimere/static/styles.css b/chimere/static/styles.css index ac40405..fddd530 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -11,6 +11,10 @@ background-color:#FFF; border-radius: 10px; } +fieldset p{ +margin:4px 8px; +} + legend{ font-weight:bold; color:#b400Ff; -- cgit v1.2.3 From 18f345f7759c25950cdf34b7bd677bf6e983d37f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Nov 2010 03:46:16 +0100 Subject: Minor change on the style (bis) --- chimere/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/static/styles.css b/chimere/static/styles.css index fddd530..c4dfb31 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -103,7 +103,7 @@ color:black; } #action li ul{ -margin:8px 6px; +margin:14px 12px; position:absolute; width:600px; } -- cgit v1.2.3