From 18a6ad99164350af62d65efd6a1fd1aa4c419739 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 May 2014 21:21:04 +0200 Subject: Person and organization deletion (refs #1675) * add associated actions, wizards, forms * prevent deletion of associted items (operations, files, etc.) * give list of associated items before deletion and give access to these items --- ishtar_common/static/media/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ishtar_common/static/media') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 90f72a2d8..60687e5dd 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -127,6 +127,11 @@ button:hover, input[type=submit]:hover{ display:none; } +ul.list{ + text-align:left; + line-height:16px; +} + div.nav-button{ cursor:pointer; width:15px; @@ -168,6 +173,7 @@ div#logo{ background-repeat:no-repeat; } +.display_details_inline, .display_details{ display:inline-block; font-size:0; @@ -176,6 +182,12 @@ div#logo{ height:16px; background-image:url(images/info.png); background-repeat:no-repeat; + text-decoration:none; +} + +.display_details_inline{ + display:inline; + padding:13px; } div#language_form_div{ -- cgit v1.2.3