From 6651b34a1b191a416321c1b4bae715ca5777d5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Wed, 24 Jan 2007 18:24:43 +0000 Subject: [PATCH] #7230 and first part of #5706 git-svn-id: file:///svn/phpbb/trunk@6928 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/posting_attach_body.html | 2 +- phpBB/styles/subSilver/template/posting_progress_bar.html | 6 ++---- 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 @@ {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;