summaryrefslogtreecommitdiffstats
path: root/apps/contacts/css
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-06-30 11:22:09 +0000
committerTom Needham <needham.thomas@gmail.com>2012-06-30 11:22:09 +0000
commit51173163ce71c8b2f7f4876ba3cb9def51f19125 (patch)
tree64e40622a0c48039229e12941e85510e94d06379 /apps/contacts/css
parent704a1c655e350aa4881069297f99caa0c1d56952 (diff)
downloadnextcloud-server-51173163ce71c8b2f7f4876ba3cb9def51f19125.tar.gz
nextcloud-server-51173163ce71c8b2f7f4876ba3cb9def51f19125.zip
Contacts: align the bottom control buttons
Diffstat (limited to 'apps/contacts/css')
-rw-r--r--apps/contacts/css/contacts.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index ce4daa1d3a1..588a51a4299 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -12,6 +12,7 @@
.ui-draggable-dragging { width: 16em; }
.ui-state-hover { border: 1px solid dashed; }
#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;}
+#bottomcontrols img { margin-top: 0.35em; }
#contacts_newcontact { float: left; margin: 0.2em 0 0 1em; }
#chooseaddressbook { float: right; margin: 0.2em 1em 0 0; }
#actionbar { height: 30px; width: 60px; position: fixed; right: 0px; top: 4em; margin: 0 0 0 0; padding: 0 0 0 0; z-index: 1000; }