mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- 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:
parent
6ef34f7961
commit
9ea5fa1768
2 changed files with 3 additions and 2 deletions
|
@ -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 }
|
||||
|
|
|
@ -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" /> <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" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue