app/django/contrib/admin/media/css/login.css
author Todd Larsen <tlarsen@google.com>
Mon, 28 Jul 2008 20:42:10 +0000
changeset 58 cee78a1ae672
parent 54 03e267d67478
permissions -rw-r--r--
Mockups for some of the Melange views, adapted from the existing GSoC web app (but in some cases significantly altered). All of the relative links assume /svn/trunk/mockups/ so that the pages will display properly when accessed from http://soc.googlecode.com/svn/trunk/mockups/.

@import url('base.css');
@import url('layout.css');

/* LOGIN FORM */
body.login { background:#eee; }
.login #container { background:white; border:1px solid #ccc; width:28em; min-width:300px; margin-left:auto; margin-right:auto; margin-top:100px; }
.login #content-main { width:100%; }
.login form { margin-top:1em; }
.login .form-row { padding:4px 0; float:left; width:100%; }
.login .form-row label { float:left; width:9em; padding-right:0.5em; line-height:2em; text-align:right; font-size:1em; color:#333; }
.login .form-row #id_username, .login .form-row #id_password { width:14em; }
.login span.help { font-size:10px; display:block; }
.login .submit-row { clear:both; padding:1em 0 0 9.4em; }