Ok this is getting wierd.
i got an extra site , so i installed the same plugins as om my main site ,
but on my test site the login widget works..
there is a difference. when i look at the styling , the main site looks like this
.log_forms{ width:98%; padding:5px; border:1px solid #CCC; margin:2px; } .log_forms input[type=text], input[type=password] { margin: 10px 0 20px; width: 99%; padding: 7px 0 7px 4px; border: 1px solid #E3E3E3; } .log_forms input[type=submit] { margin: 10px 0 20px; width: 100%; padding: 7px; border: 1px solid #7ac9b7; } .log_forms input[type=text]:focus, input[type=password]:focus { border-color: #4697e4; }
and on the test site it looks like this
input[type=text],input[type=password]{ margin-bottom: 10px; margin-top: 10px; width:80%; padding: 5px; border:1px solid #E3E3E3; } input[type=submit] { margin-bottom: 10px; width:80%; padding: 5px; border:1px solid #7ac9b7; background-color: #003366; color: aliceblue; font-size:15px; cursor:pointer; } #submit:hover { background-color: black; } textarea{ width:100%; padding: 15px; margin-top: 10px; border:1px solid #7ac9b7; margin-bottom: 20px; resize:none; } input[type=text]:focus,input[type=password]:focus,textarea:focus { border-color: #336799; }
this is when i check “load Default styles and press save.
even if i delete the plugin , and install it again , it looks like this.
is there something i need to delete manualy ?