summaryrefslogtreecommitdiff
path: root/ishtar_common/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-05-12 21:21:04 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-05-12 21:23:12 +0200
commit18a6ad99164350af62d65efd6a1fd1aa4c419739 (patch)
treee69bfd5b3bc0843ec93223dc12d4a376d6b489c0 /ishtar_common/static
parent6d05b2d357c15b9d291922ac67fecebe3208b55f (diff)
downloadIshtar-18a6ad99164350af62d65efd6a1fd1aa4c419739.tar.bz2
Ishtar-18a6ad99164350af62d65efd6a1fd1aa4c419739.zip
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
Diffstat (limited to 'ishtar_common/static')
-rw-r--r--ishtar_common/static/media/style.css12
1 files changed, 12 insertions, 0 deletions
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{