To fix the unappealing Start Session button aligned to the right on the user block on the right sidebar, and to remove the bullets from the centered Create a new account and Request a new password in the same block, just add the following to your style.css:

/*
Fix for Login/Registration Block on Right Side Bar
*/

.block-user form input[type="submit"] {
	float:none;
	margin-bottom: 10px;
}

.block-user .item-list ul li {
	background-image: none;
}

Comments

chrisada’s picture

Status: Active » Fixed

committed. Thanks for your input, Carlos.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.