Skip to content

Instantly share code, notes, and snippets.

@Cipa
Created October 16, 2011 15:35
Show Gist options
  • Save Cipa/1291044 to your computer and use it in GitHub Desktop.
Save Cipa/1291044 to your computer and use it in GitHub Desktop.
CSS for MODX Evolution WebLogin clean template
#LoginForm{
}
#LoginForm div.row {
overflow: hidden;
padding-bottom: 10px;
}
#LoginForm div.row label{
display: block;
width: 100px;
float: left;
padding: 0 5px 0 0;
}
#LoginForm input#password, #LoginForm input#username{
width: 100px;
float: left;
}
#LoginReminder{
}
#LoginReminder div.row{
overflow: hidden;
padding-bottom: 10px;
}
#LoginReminder div.row input{
width: 100px;
}
#LoggedIn{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment