summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-23 15:01:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-23 15:18:37 +0200
commit5ba75e727c30d43216132bfec66dfbcb6b614b38 (patch)
tree33b2acb70c210ac38da0281199b17cbebe1fd8f4 /core/css
parentb04ebd85537bb718acd7bfbea9a994b7acf51177 (diff)
downloadnextcloud-server-5ba75e727c30d43216132bfec66dfbcb6b614b38.tar.gz
nextcloud-server-5ba75e727c30d43216132bfec66dfbcb6b614b38.zip
Fix password protected share link button
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/publicshareauth.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/core/css/publicshareauth.css b/core/css/publicshareauth.css
index 2f7622ea221..2206f21dff6 100644
--- a/core/css/publicshareauth.css
+++ b/core/css/publicshareauth.css
@@ -3,10 +3,13 @@ form fieldset {
flex-direction: column;
}
+form fieldset > p {
+ position: relative;
+}
+
#password {
- margin-right: 0 !important;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
+ margin: 5px 0;
+ padding-right: 45px;
height: 45px;
box-sizing: border-box;
flex: 1 1 auto;
@@ -16,13 +19,10 @@ form fieldset {
input[type='submit'],
input[type='submit'].icon-confirm {
- width: 45px;
+ position: absolute;
+ top: 0px;
+ right: -5px;
+ width: 45px !important;
height: 45px;
- margin-left: 0 !important;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-fieldset > p {
- display: inline-flex;
+ background-color: transparent !important;
}