summaryrefslogtreecommitdiffstats
path: root/apps/contacts/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-17 14:28:34 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-20 00:18:23 +0200
commit87da179e6cc8f17918dd8ab987f670f3d3449107 (patch)
treed261c98a836be480c827cbc5d06375d46b353dd6 /apps/contacts/css
parentad14d67c8dee81a343ff31fe6e510c588abbf46b (diff)
downloadnextcloud-server-87da179e6cc8f17918dd8ab987f670f3d3449107.tar.gz
nextcloud-server-87da179e6cc8f17918dd8ab987f670f3d3449107.zip
Eye candy for the draggables.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r--apps/contacts/css/contacts.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index 27a796a15f5..f76365a2bc0 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -9,7 +9,7 @@
#contacts { position: fixed; background: #fff; max-width: 100%; width: 20em; left: 12.5em; top: 3.7em; bottom: 3em; overflow: auto; padding: 0; margin: 0; }
.contacts a { height: 23px; display: block; left: 12.5em; margin: 0 0 0 0; padding: 0 0 0 25px; }
.contacts li.ui-draggable { height: 23px; }
-.ui-draggable-dragging { width: 16em; }
+.ui-draggable-dragging { width: 17em; cursor: move; }
.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; }