Move link share password box and button together

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-06-29 16:36:08 +02:00 committed by John Molakvoæ (skjnldsv)
parent 3ea819e261
commit 23a08c501a
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,15 @@
#password { #password {
padding: 10px; margin-right: 0 !important;
margin: 6px; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
input[type='submit'] { input[type='submit'] {
width: 45px; width: 45px;
height: 45px; height: 45px;
margin: 6px; margin-left: 0 !important;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
fieldset > p { fieldset > p {