Browse Source

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
remotes/origin/fix-delete-homeidr-on-userdelete
Morris Jobke 11 years ago
parent
commit
00fcb95d86
  1. 2
      apps/files_sharing/css/sharetabview.css

2
apps/files_sharing/css/sharetabview.css

@ -28,7 +28,7 @@
width: 94%;
margin-left: 0;
}
.shareTabView #shareWith {
.shareTabView input[type="text"].shareWithField {
width: 80%;
}

Loading…
Cancel
Save