From: Florent Bruneau Date: Wed, 9 Jul 2008 20:33:12 +0000 (+0200) Subject: Admin actions are between [ ] X-Git-Tag: xorg/0.9.17~42 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1322ba86dcf5a6d9958b1151b08280823498bcad;p=platal.git Admin actions are between [ ] Some CSS tweaks. Signed-off-by: Florent Bruneau --- 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}