Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-07-08 16:23:38 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-20 16:07:46 +0300
commit4d67429cf034ef4912bd78fb9dac91155ff0fec1 (patch)
tree7fb38e05b2985681594bd41a2a8f6eab62a68ae1 /apps
parentdaaa3ded8d73fe3e9eb483cbf1174ed245e6250b (diff)
Use an icon to set the email instead of a button with string
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 66c8b4691eb..e048b7564ac 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -30,6 +30,7 @@
margin-left: 0;
}
.shareTabView input[type="text"].shareWithField,
+.shareTabView input[type="text"].emailField,
.shareTabView input[type="text"].linkText {
width: 80%;
}