Fix password protected share link button
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
b04ebd8553
commit
5ba75e727c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue