- CSS fix

- Validation fix

This is just a warm-up for a bigger commit ;-)


git-svn-id: file:///svn/phpbb/trunk@5440 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-01-11 02:19:05 +00:00
parent 6ef34f7961
commit 9ea5fa1768
2 changed files with 3 additions and 2 deletions

View file

@ -63,7 +63,8 @@ a.th:hover { color: #FFA34F; text-decoration: underline; }
}
.nav {
color: black;
font: bold 7pt;
font-size: 7pt;
font-weight: bold;
}
.error { color: #FF0000 }

View file

@ -9,7 +9,7 @@
<th>{MESSAGE_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
</tr>
</table></form>