summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-17 18:03:56 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-17 18:03:56 +0200
commitc18156a4fe553760b2d92018718b6ffcaab39d08 (patch)
tree3945411a05dbef8ef5cc8ec23f8643cdfad9a53b /apps/files_sharing
parentc74da41faf168312bea9ef79c924bd4521a169d8 (diff)
parent3eeea852b393ea7a248acfaa0cc1133d58e9010a (diff)
downloadnextcloud-server-c18156a4fe553760b2d92018718b6ffcaab39d08.tar.gz
nextcloud-server-c18156a4fe553760b2d92018718b6ffcaab39d08.zip
Merge pull request #19121 from owncloud/sidebar-design-details
fix Files sidebar layout of Versions and Sharing
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/sharetabview.css24
1 files changed, 13 insertions, 11 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 0cc812e917c..fe7a1947502 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -12,22 +12,25 @@
}
.shareTabView .shareWithRemoteInfo {
- padding: 11px 0 11px 10px
+ padding: 11px 20px;
}
.shareTabView label {
- font-weight:400;
white-space: nowrap;
}
.shareTabView input[type="checkbox"] {
- margin:0 3px 0 8px;
+ margin: 0 3px 0 8px;
vertical-align: middle;
}
-.shareTabView input[type="text"], .shareTabView input[type="password"] {
- width: 91%;
- margin-left: 7px;
+.shareTabView input[type="text"],
+.shareTabView input[type="password"] {
+ width: 94%;
+ margin-left: 0;
+}
+.shareTabView #shareWith {
+ width: 80%;
}
.shareTabView form {
@@ -37,15 +40,14 @@
}
#shareWithList {
- list-style-type:none;
- padding:8px;
+ list-style-type: none;
+ padding: 0 0 16px;
}
#shareWithList li {
- padding-top: 10px;
- padding-bottom: 10px;
+ padding-top: 5px;
+ padding-bottom: 5px;
font-weight: bold;
- line-height: 21px;
white-space: normal;
}