Right Align Submit Button in User Login / Registration Block

Carlos Miranda Levy - May 18, 2007 - 06:09
Project:GlossyBlue
Version:5.x-1.0
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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;
}

#1

chrisada - February 22, 2008 - 06:18
Status:active» fixed

committed. Thanks for your input, Carlos.

#2

Anonymous (not verified) - March 7, 2008 - 06:22
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.