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;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form fieldset > p {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
#password {
|
#password {
|
||||||
margin-right: 0 !important;
|
margin: 5px 0;
|
||||||
border-top-right-radius: 0;
|
padding-right: 45px;
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
height: 45px;
|
height: 45px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
@ -16,13 +19,10 @@ form fieldset {
|
||||||
|
|
||||||
input[type='submit'],
|
input[type='submit'],
|
||||||
input[type='submit'].icon-confirm {
|
input[type='submit'].icon-confirm {
|
||||||
width: 45px;
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: -5px;
|
||||||
|
width: 45px !important;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
margin-left: 0 !important;
|
background-color: transparent !important;
|
||||||
border-top-left-radius: 0;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset > p {
|
|
||||||
display: inline-flex;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue