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
This commit is contained in:
Morris Jobke 2015-11-30 16:46:51 +01:00
parent 08248f66ba
commit 00fcb95d86
1 changed files with 1 additions and 1 deletions

View File

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