]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix #2384
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Tue, 29 Nov 2016 06:05:18 +0000 (07:05 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Tue, 29 Nov 2016 06:06:41 +0000 (07:06 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/files_sharing/css/sharetabview.css
core/css/share.css

index 6ac6dff0a6634468741109a0e5491ffba8706428..35b2d2f337d2b1fbfc1385d58eb59592dd4132c1 100644 (file)
@@ -56,6 +56,8 @@
        padding-bottom: 5px;
        font-weight: bold;
        white-space: normal;
+       display: inline-flex;
+       align-items: center;
 }
 
 #shareWithList .unshare img, #shareWithList .showCruds img {
@@ -89,7 +91,6 @@
        padding-right: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
-       max-width: 110px;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
index 9a9849127607bd3937790d4e420e85089d725ca6..3528402d0460ed6f610f094c17a91eaefce24ad9 100644 (file)
        font-weight: bold;
        line-height: 21px;
        white-space: normal;
+       max-width: 100%;
 }
 
 #shareWithList .sharingOptionsGroup {
-       position: absolute;
-       right: 15px;
+       flex-shrink: 0;
+       position: relative;
 }
 
 #shareWithList .sharingOptionsGroup .popovermenu {
-       right: -14px;
+       right: -6px;
        top: 40px;
+       padding: 3px 6px;
 }
 
 #shareWithList .shareOption {
        padding-right: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
-       max-width: 254px;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;