summaryrefslogtreecommitdiffstats
path: root/apps/contacts/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-01-11 06:20:06 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-01-11 06:20:06 +0100
commiteae3e134ff9005e50ea4e611b2c2daba94ad49ea (patch)
tree36c665ff00e71244b170c73c7d629f94279ad04e /apps/contacts/css
parentd93a5a0774a53456b7b0f5a64b22c798d4682801 (diff)
downloadnextcloud-server-eae3e134ff9005e50ea4e611b2c2daba94ad49ea.tar.gz
nextcloud-server-eae3e134ff9005e50ea4e611b2c2daba94ad49ea.zip
Make sure VERSION is set.
Set REV for each edit. Download single VCard.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r--apps/contacts/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/css/styles.css b/apps/contacts/css/styles.css
index dfc296a221b..4fcd8fc1131 100644
--- a/apps/contacts/css/styles.css
+++ b/apps/contacts/css/styles.css
@@ -4,7 +4,8 @@
#contacts_details_name { font-weight:bold;font-size:1.1em;margin-left:25%;}
#contacts_details_photo { margin:.5em 0em .5em 25%; }
-#contacts_deletecard {position:absolute;top:15px;right:15px;}
+#contacts_deletecard {position:absolute;top:15px;right:25px;}
+#contacts_downloadcard {position:absolute;top:15px;right:50px;}
#contacts_details_list { list-style:none; }
#contacts_details_list li { overflow:visible; }
#contacts_details_list li p.contacts_property_name { width:25%; float:left;text-align:right;padding-right:0.3em;color:#666; }