summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
commit6e30ade0b34224f92ecf4bc7c95cc319006ee4b8 (patch)
tree5d245068b3ac33811f733d8e8cb1458ddfd5ee33 /settings/css/settings.css
parentf2a21398d791beda3e1de0a5c4c12a141e70c795 (diff)
downloadnextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.tar.gz
nextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.zip
updated tipsy, tooltips finally work everywhere, thanks icewind
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 7499de1e053..c73e08437c1 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -11,7 +11,7 @@ td.password>img, td.remove>img { display:none; cursor:pointer; }
td.password>span { margin-right:1.2em; }
td.password { width:12em; cursor:pointer; }
-td.remove { width:1em; }
+td.remove { width:1em; padding-right:1em; }
tr:hover>td.password>span { margin:0; cursor:pointer; }
tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; cursor:pointer; }
tr:hover>td.remove>img { float:right; }