]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix the width of the share with input
authorMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 15:46:51 +0000 (16:46 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 15:46:51 +0000 (16:46 +0100)
* 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

index 7597004e6848ece8ab9dccb8d8b0e8537a5557d6..642c0909af3bb48cba57a796e4372ce583e2a1fc 100644 (file)
@@ -28,7 +28,7 @@
        width: 94%;
        margin-left: 0;
 }
-.shareTabView #shareWith {
+.shareTabView input[type="text"].shareWithField {
        width: 80%;
 }