Make WordPress Core


Ignore:
Timestamp:
01/24/2005 07:44:38 AM (21 years ago)
Author:
saxmatt
Message:

Make input forms bigger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r2083 r2133  
    5454        margin-bottom: 2em;
    5555    }
    56 .step a, .step input {
    57     font-size: 2em;
    58 }
    59 .step, th {
    60     text-align: right;
    61 }
    62 #footer {
    63 text-align: center; border-top: 1px solid #ccc; padding-top: 1em; font-style: italic;
    64 }
     56    .step a, .step input {
     57        font-size: 2em;
     58    }
     59    td input {
     60        font-size: 1.5em;
     61    }
     62    .step, th {
     63        text-align: right;
     64    }
     65    #footer {
     66        text-align: center;
     67        border-top: 1px solid #ccc;
     68        padding-top: 1em;
     69        font-style: italic;
     70    }
    6571    -->
    6672    </style>
     
    8995<p>Before we begin we need a little bit of information. Don't worry, you can always change these later. </p>
    9096
    91 <form name="setup" id="setup" method="post" action="install.php?step=2">
     97<form id="setup" method="post" action="install.php?step=2">
    9298<table width="100%">
    9399<tr>
Note: See TracChangeset for help on using the changeset viewer.