diff options
Diffstat (limited to 'phpBB/styles/subSilver')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_attach_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/posting_progress_bar.html | 6 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/template/posting_attach_body.html b/phpBB/styles/subSilver/template/posting_attach_body.html index 3c9e93a45c..e9de2e7516 100644 --- a/phpBB/styles/subSilver/template/posting_attach_body.html +++ b/phpBB/styles/subSilver/template/posting_attach_body.html @@ -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> diff --git a/phpBB/styles/subSilver/template/posting_progress_bar.html b/phpBB/styles/subSilver/template/posting_progress_bar.html index d8b1c833bf..9a7daede6d 100644 --- a/phpBB/styles/subSilver/template/posting_progress_bar.html +++ b/phpBB/styles/subSilver/template/posting_progress_bar.html @@ -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 --> diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index fbfc6eef36..91b7dce610 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -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; |