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 @@ {L_FILENAME} - + {L_FILE_COMMENT} 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 @@ + - -
@@ -37,10 +36,9 @@
- - + 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;