WPIntell

Source evidence

CSS BUG : Login form not inline, help please ?

Admin Bar Login · support · 2015-01-03T16:05:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 34 rows with source links

23.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Thibaud unresolved
Hi, great plugin but I probably need a custom css fix to display the login form inline : http://nomad.press/ Using wp last version.. Thanks, very useful plugin by the way. https://wordpress.org/plugins/admin-bar-login/ Hello, Your site seems fine. Is there any problem with plugin? Hey, I have added a lot of css, you will see the issue if you comment the following “label { display: inline; }” By the way let me know if their is an easier way to, or if the problem was from somewhere else. If i’m the only one must it be due to my theme. Thanks anyway, very useful plugin. /*Toolbar color*/ #wpadminbar { background: #333; } /*Hide Forgot pass. + Search + Remember me*/ li#wp-admin-bar-lostpassword { display: none; } li#wp-admin-bar-search { display: none; } p.login-remember { display: none!important; } /*A lot of positioning*/ /*Nomad.Press*/ li#wp-admin-bar-wdcab_root { margin-left: 7px!important; } /*Login fields*/ li#wp-admin-bar-login { margin-right: 72px!important; float: right; } /*Force inline login fields*/ label { display: inline; } /*Right margin for all login elements*/ #adminloginform p { margin-right: 15px; } /*Vertically centered fields*/ #adminloginform .login-username input, #adminloginform .login-password input { margin: 0 0 4px 0!important; } #adminloginform #wp-submit { margin: 0 0 4px 0; } /*Register*/ li#wp-admin-bar-register { float: right; position: absolute!important; right: 7px; }

Comments

2 shown
Mustafa Uysal 2015-01-06T23:14:00+00:00

Hello, Your site seems fine. Is there any problem with plugin?

Thibaud 2015-01-06T23:38:00+00:00

Hey, I have added a lot of css, you will see the issue if you comment the following “label { display: inline; }” By the way let me know if their is an easier way to, or if the problem was from somewhere else. If i’m the only one must it be due to my theme. Thanks anyway, very useful plugin. /*Toolbar color*/ #wpadminbar { background: #333; } /*Hide Forgot pass. + Search + Remember me*/ li#wp-admin-bar-lostpassword { display: none; } li#wp-admin-bar-search { display: none; } p.login-remember { display: none!important; } /*A lot of positioning*/ /*Nomad.Press*/ li#wp-admin-bar-wdcab_root { margin-left: 7px!important; } /*Login fields*/ li#wp-admin-bar-login { margin-right: 72px!important; float: right; } /*Force inline login fields*/ label { display: inline; } /*Right margin for all login elements*/ #adminloginform p { margin-right: 15px; } /*Vertically centered fields*/ #adminloginform .login-username input, #adminloginform .login-password input { margin: 0 0 4px 0!important; } #adminloginform #wp-submit { margin: 0 0 4px 0; } /*Register*/ li#wp-admin-bar-register { float: right; position: absolute!important; right: 7px; }