From 1200082de6f013a92d3c32776e57010ec0e989ca Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 6 May 2006 15:50:59 +0000 Subject: - Some slight style changes to the installer to make the explanation more visibly different from the label - Added a brief explanation of register_globals to the requirements page - A few other odds and ends of language strings that aren't used yet but will be later (it was easier to leave them in than remove before committing :D) git-svn-id: file:///svn/phpbb/trunk@5889 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 2 ++ phpBB/adm/style/install_install.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e4018250a8..dc57c98962 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -465,6 +465,8 @@ dd { color: #000; } dd + dd { padding-top: 5px; } dt span { padding-right: 5px; } +dt .explain { font-style: italic; } + dt label { font-size: 100%; text-align: left; diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html index 4b94023226..148097acc6 100755 --- a/phpBB/adm/style/install_install.html +++ b/phpBB/adm/style/install_install.html @@ -20,7 +20,7 @@
-
{checks.TITLE}:
{checks.TITLE_EXPLAIN}
+
{checks.TITLE}:
{checks.TITLE_EXPLAIN}
{checks.RESULT}
@@ -43,7 +43,7 @@
-

{options.TITLE_EXPLAIN}
+

{options.TITLE_EXPLAIN}
{options.CONTENT}
-- cgit v1.2.1