aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-05-06 15:50:59 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-05-06 15:50:59 +0000
commit1200082de6f013a92d3c32776e57010ec0e989ca (patch)
tree0bd4385fe261b8200a6f5a4c7b21beecc727d6ea /phpBB/adm/style
parent2ee2701eb1740d6f908e1ba905c8f7ab78ded061 (diff)
downloadforums-1200082de6f013a92d3c32776e57010ec0e989ca.tar
forums-1200082de6f013a92d3c32776e57010ec0e989ca.tar.gz
forums-1200082de6f013a92d3c32776e57010ec0e989ca.tar.bz2
forums-1200082de6f013a92d3c32776e57010ec0e989ca.tar.xz
forums-1200082de6f013a92d3c32776e57010ec0e989ca.zip
- 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
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/admin.css2
-rwxr-xr-xphpBB/adm/style/install_install.html4
2 files changed, 4 insertions, 2 deletions
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 @@
<!-- ELSE -->
<dl>
- <dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span>{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
+ <dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
<dd>{checks.RESULT}</dd>
</dl>
<!-- ENDIF -->
@@ -43,7 +43,7 @@
<!-- ELSE -->
<dl>
- <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
+ <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
<dd>{options.CONTENT}</dd>
</dl>