[wp-cvs] wordpress/wp-admin wp-admin.css,1.65,1.66

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Oct 4 06:23:55 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10378/wp-admin

Modified Files:
	wp-admin.css 
Log Message:
New login system.

Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** wp-admin.css	22 Sep 2004 06:33:54 -0000	1.65
--- wp-admin.css	4 Oct 2004 06:23:52 -0000	1.66
***************
*** 326,350 ****
  
  #login {
! 	background: url(../wp-images/wp-small.png) #fff no-repeat top center;
! 	border: 2px solid #333;
! 	color: #333;
! 	height: 170px;
! 	left: 50%;
! 	margin-left: -120px; /* half of width and height */
! 	margin-top: -85px;
! 	padding: 40px 5px 5px 5px;
! 	position: absolute;
  	text-align: right;
! 	top: 45%;
! 	width: 240px;
  }
  
! #login textarea, #login input, #login select {
! 	background: #f0f0f0;
! 	border-color: #ccc;
! 	border-style: solid;
! 	border-width: 1px;
! 	margin: 1px;
! 	padding: 2px;
  }
  
--- 326,371 ----
  
  #login {
! 	background: #fff;
! 	border: 2px solid #a2a2a2;
! 	width: 25em;
! 	margin: 5em auto;
! 	padding: 1.5em;
! }
! 
! #login form {
  	text-align: right;
! }
! #login #login_error {
! 	background: #c00;
! 	color: #fff;
! 	padding: .5em;
! 	border: 1px solid #a40000;
! 	text-align: center;
! 	font-weight: bold;
! 	font-size: 16px;
! }
! #login h1 {
! 	background: url(../wp-images/wp-small.png) no-repeat;
! 	margin-top: 0;
! }
! #login h1 a {
! 	display: block;
! 	text-indent: -1000px;
  }
  
! #login ul {
! 	list-style: none;
! 	margin: 0;
! 	padding: 0;
! 	
! }
! #login ul li {
! 	display: inline;
! 	text-align: center;
! 	margin-left: 1.4em;
! }
! 
! #login input {
! 	padding: 3px;
  }
  




More information about the cvs mailing list