diff --git a/doc/ChangeLog b/doc/ChangeLog
index eea7a2d71..a87ebf2ac 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-14 Pierrick LE GALL
+
+ * modification : simplification of HTML/CSS code for double select
+ screen to manage categories properties (admin/cat_options)
+
2005-08-14 Pierrick LE GALL
* new : ability to set an element as representant of its category
diff --git a/template/default/admin.tpl b/template/default/admin.tpl
index 8c72195d2..39879fffb 100644
--- a/template/default/admin.tpl
+++ b/template/default/admin.tpl
@@ -43,7 +43,7 @@
-
+
diff --git a/template/default/admin/cat_options.tpl b/template/default/admin/cat_options.tpl
index c9cf1e8ef..83829cff5 100644
--- a/template/default/admin/cat_options.tpl
+++ b/template/default/admin/cat_options.tpl
@@ -1,31 +1,32 @@
{L_CAT_TITLE}
-
+
{L_CAT_OPTIONS_INFO}
diff --git a/template/default/default.css b/template/default/default.css
index d326f45ff..352f5d5f1 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -508,3 +508,16 @@ fieldset {
fieldset>legend {
margin: 5px;
}
+
+select.categoryList {
+ width: 400px;
+}
+
+table.doubleSelect {
+ text-align: center;
+ margin: 0 auto;
+}
+
+table.doubleSelect td {
+ padding: 0 5px;
+}
\ No newline at end of file