1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-19 07:41:08 +01:00

#7230 and first part of #5706

git-svn-id: file:///svn/phpbb/trunk@6928 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2007-01-24 18:24:43 +00:00
parent 01b491e8f5
commit 6651b34a1b
3 changed files with 11 additions and 5 deletions

View File

@ -30,7 +30,7 @@
<tr>
<td class="row1"><b class="genmed">{L_FILENAME}</b></td>
<td class="row2"><input type="file" name="fileupload" size="40" maxlength="{FILESIZE}" value="" class="btnlite" /></td>
<td class="row2"><input type="file" name="fileupload" size="40" maxlength="{FILESIZE}" value="" class="btnfile" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_FILE_COMMENT}</b></td>

View File

@ -1,3 +1,4 @@
<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
<!--
/**
@ -23,8 +24,6 @@
//-->
</script>
<!-- INCLUDE simple_header.html -->
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
@ -37,10 +36,9 @@
</tr>
</table>
<!-- INCLUDE simple_footer.html -->
<script type="text/javascript">
<!--
close_popup();
//-->
</script>
<!-- INCLUDE simple_footer.html -->

View File

@ -517,6 +517,14 @@ input.radio {
font-size: 1.1em;
}
.btnfile {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
padding: 1px 5px;
font-size: 1.1em;
}
.helpline {
background-color: #DEE3E7;
border-style: none;