[wp-cvs] wordpress/wp-admin install.php,1.53,1.54
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Jan 24 07:44:41 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2423/wp-admin
Modified Files:
install.php
Log Message:
Make input forms bigger.
Index: install.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/install.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** install.php 11 Jan 2005 20:22:11 -0000 1.53
--- install.php 24 Jan 2005 07:44:38 -0000 1.54
***************
*** 54,66 ****
margin-bottom: 2em;
}
! .step a, .step input {
! font-size: 2em;
! }
! .step, th {
! text-align: right;
! }
! #footer {
! text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic;
! }
-->
</style>
--- 54,72 ----
margin-bottom: 2em;
}
! .step a, .step input {
! font-size: 2em;
! }
! td input {
! font-size: 1.5em;
! }
! .step, th {
! text-align: right;
! }
! #footer {
! text-align: center;
! border-top: 1px solid #ccc;
! padding-top: 1em;
! font-style: italic;
! }
-->
</style>
***************
*** 89,93 ****
<p>Before we begin we need a little bit of information. Don't worry, you can always change these later. </p>
! <form name="setup" id="setup" method="post" action="install.php?step=2">
<table width="100%">
<tr>
--- 95,99 ----
<p>Before we begin we need a little bit of information. Don't worry, you can always change these later. </p>
! <form id="setup" method="post" action="install.php?step=2">
<table width="100%">
<tr>
More information about the cvs
mailing list