From b1c60841e8c4719ccc04709eba26714a49f600a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Thu, 20 Sep 2012 10:31:23 +0200 Subject: [PATCH] float right element needs to be the first element, otherwise firefox will move it to a new line --- core/js/share.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/js/share.js b/core/js/share.js index b4ca6892c68..e914c33f352 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -264,6 +264,7 @@ OC.Share={ shareChecked = 'checked="checked"'; } var html = '
  • '; + html += ''; html += shareWith; if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) { if (editChecked == '') { @@ -273,8 +274,7 @@ OC.Share={ } html += 'can edit'; } - html += ''; - html += ''; + html += ''; html += '