From d66686f332337211929ddb505eeab8eff42cd4e4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Jun 2011 14:04:52 +0200 Subject: Manage many to one treatment (refs #499) --- static/media/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'static/media/style.css') diff --git a/static/media/style.css b/static/media/style.css index 82c895080..fb7248e84 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -416,17 +416,19 @@ table.confirm tr.spacer td:last-child{ ul.selectmulti{ list-style-type:none; + text-align:left; + margin-left:100px; } -ul.selectmulti li a.remove{ - padding-left:100px; +ul.selectmulti li{ + margin:6px 0; } td.submit_button{ text-align:center; } -a.add-button{ +a.add-button, a.remove{ background-color:#FFF; border:2px solid #CCC; -moz-border-radius:8px; @@ -435,3 +437,9 @@ a.add-button{ padding:0 4px; color:#61615C; } + +a.remove{ + color:#D14; + margin:0 6px; +} + -- cgit v1.2.3