Make input forms bigger.
git-svn-id: https://develop.svn.wordpress.org/trunk@2133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd7f1c76dd
commit
1b5653dcc7
|
@ -53,15 +53,21 @@ else
|
||||||
#logo {
|
#logo {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
.step a, .step input {
|
.step a, .step input {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
.step, th {
|
td input {
|
||||||
text-align: right;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
#footer {
|
.step, th {
|
||||||
text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#footer {
|
||||||
|
text-align: center;
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
|
padding-top: 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
-->
|
-->
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue