From 1322ba86dcf5a6d9958b1151b08280823498bcad Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 9 Jul 2008 22:33:12 +0200 Subject: [PATCH] =?utf8?q?Admin=20actions=20are=20between=20[=C2=A0]=20Som?= =?utf8?q?e=20CSS=20tweaks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Florent Bruneau --- htdocs/css/default.css | 3 ++- htdocs/css/keynote.css | 6 +++--- templates/include/minifiche.tpl | 16 ++++++++-------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 4a5ca8b..8a379b2 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -286,7 +286,7 @@ div.contact-list div.grayed { div.contact div.identity { float: left; - width: 90%; + width: 89%; } div.contact div.nom { @@ -296,6 +296,7 @@ div.contact div.nom { div.contact div.bits { text-align: right; float: right; + width: 10%; } div.contact div.long { diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index c85a815..9ab2eed 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -309,7 +309,7 @@ div.contact-list div.contact:hover { div.contact div.identity { float: left; - width: 70%; + width: 89%; } div.contact div.nom { @@ -339,8 +339,8 @@ div.contact div.long { } div.long table { width: 100%; } -div.long td.lt { width: 25%; font-style: italic; } -div.long td.rt { width: 75%; } +div.long td.lt { width: 15%; font-style: italic; } +div.long td.rt { width: 85%; } /******************************************************************************* 6 Profil diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index b23f5f7..862b22b 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -77,14 +77,14 @@ {if hasPerm('admin')}
- {if !$c.wasinscrit && !$c.dcd} - {* - *}{icon name=email title="marketter user"} - {/if} - {* - *}{icon name=wrench title="administrer user"} - {* - *}{icon name=user_gray title="fiche AX"} + [{if !$c.wasinscrit && !$c.dcd} + {* + *}{icon name=email title="marketter user"} + {/if} + {* + *}{icon name=wrench title="administrer user"} + {* + *}{icon name=user_gray title="fiche AX"}]
{/if} -- 2.1.4