Add download captcha UI

This commit is contained in:
Wim Brand
2019-03-28 10:47:27 +01:00
parent 16d3bb118f
commit 52345de733
6 changed files with 67 additions and 27 deletions

View File

@@ -214,6 +214,7 @@ body{
opacity: 0;
transition: visibility 1s, opacity 1s, left 1s;
background-color: var(--background_color);
border-color: var(--accent_color_dark_border);
height: auto;
width: 500px;
max-width: 100%;
@@ -226,6 +227,9 @@ body{
box-shadow: var(--shadow_color) 0px 0px 50px;
z-index: 100;
}
#captcha_popup_captcha > div {
display: inline-block;
}
table {width: auto !important;}
table > tbody > tr {border: none !important;}