IceWreck / Argon-Dokuwiki-Template

Dokuwiki Template based on the Argon Design System
Other
409 stars 36 forks source link

Login form is covered in Argon w. Doku Igor #54

Open networkmaster opened 2 years ago

networkmaster commented 2 years ago

In the latest release of Argon and Doku Igor, the login form appears to be covered

Looking through this as best as i can tell is that this is a template issue as it doesn't occur in the older version

Chrome / Edge / Firefox in and not in private mode all show this issue Release 2022-07-31a "Igor"

Any help / workarounds appreciated

image

ics01 commented 2 years ago

I confirm. This problem is also the same under Opera, due to incompatibility with the latest released of our prefered wiki system, ie dokuwiki. ;=)

2022-10-03_111640

lcpstudio commented 1 year ago

Hi there,

In the file "/lib/tpl/argon/assets/css/doku.css", just add those lines:

dw__login .no{

display: contents; }

dwlogin #rememberme{

      margin-top: 0.4rem!important;     width: auto;       float: left;     margin-right: 10px; }

dwlogin label[for="rememberme"]{

    margin-left: 59%!important; }

rs-11 commented 1 year ago

Hi there,

In the file "/lib/tpl/argon/assets/css/doku.css", just add those lines:

dw__login .no{ display: contents; }

dwlogin #rememberme{       margin-top: 0.4rem!important;     width: auto;       float: left;     margin-right: 10px; }

dwlogin label[for="rememberme"]{     margin-left: 59%!important; }

that did not solve the problem for me! :(

dannybsd commented 1 year ago

Got the same problem on Login and Recent Changes. How to solve this? Thank you.

adyotag commented 1 year ago

Same problem on this end.

LetschM commented 3 months ago

I know it's no perfect solution, but I added this in doku.css and it works for me:

dw__login.doku_form .no {

margin: 0rem; height: 20rem; padding: 0rem; }