summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-11-30 16:46:51 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-11-30 16:46:51 +0100
commit00fcb95d8683294bade4fc5c4ebcd22ecaf227b7 (patch)
treecae350f51a7a83be8f75b0500db923a350314a56 /apps/files_sharing/css
parent08248f66ba28db3f6e3328fc489fa52432c73544 (diff)
downloadnextcloud-server-00fcb95d8683294bade4fc5c4ebcd22ecaf227b7.tar.gz
nextcloud-server-00fcb95d8683294bade4fc5c4ebcd22ecaf227b7.zip
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
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 7597004e684..642c0909af3 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%;
}