Make input forms bigger.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-01-24 07:44:38 +00:00
parent 31de67acf1
commit 951158ebb4

View File

@ -56,11 +56,17 @@ else
.step a, .step input { .step a, .step input {
font-size: 2em; font-size: 2em;
} }
td input {
font-size: 1.5em;
}
.step, th { .step, th {
text-align: right; text-align: right;
} }
#footer { #footer {
text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic; text-align: center;
border-top: 1px solid #ccc;
padding-top: 1em;
font-style: italic;
} }
--> -->
</style> </style>
@ -88,7 +94,7 @@ switch($step) {
<h1>First Step</h1> <h1>First Step</h1>
<p>Before we begin we need a little bit of information. Don't worry, you can always change these later. </p> <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"> <form id="setup" method="post" action="install.php?step=2">
<table width="100%"> <table width="100%">
<tr> <tr>
<th width="33%">Weblog title:</th> <th width="33%">Weblog title:</th>