Fix password protected share link button

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-23 15:01:23 +02:00
parent b04ebd8553
commit 5ba75e727c
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 11 additions and 11 deletions

View File

@ -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;
}