CSS fixes

This commit is contained in:
Loïc Chapeaux
2002-04-10 20:23:52 +00:00
parent d37d08a37a
commit 688b76d67c
15 changed files with 82 additions and 71 deletions

View File

@@ -247,7 +247,7 @@ if ($server > 0) {
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<input type="hidden" name="reload" value="1" />
<input type="text" name="db" value="<?php echo $db_to_create; ?>" maxlength="64" />
<input type="text" name="db" value="<?php echo $db_to_create; ?>" maxlength="64" class="textfield" />
<input type="submit" value="<?php echo $strCreate; ?>" />
</form>
</td>