From 00fcb95d8683294bade4fc5c4ebcd22ecaf227b7 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 30 Nov 2015 16:46:51 +0100 Subject: [PATCH] Fix the width of the share with input * the ID of this has changed to #shareWith-viewNUMBER and shouldn't be used in CSS * now uses the proper classes --- apps/files_sharing/css/sharetabview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 7597004e68..642c0909af 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -28,7 +28,7 @@ width: 94%; margin-left: 0; } -.shareTabView #shareWith { +.shareTabView input[type="text"].shareWithField { width: 80%; }