diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-12 01:49:40 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-12 01:49:40 +0000 |
| commit | 232576450d70f5ac5814821969a3ff748593f745 (patch) | |
| tree | 255d40fb77d26c58a0cd0c4e0fc1bbb23b270d62 /phpBB | |
| parent | ec4e122032b9535c3355cc398ee424d16f5603aa (diff) | |
| download | forums-232576450d70f5ac5814821969a3ff748593f745.tar forums-232576450d70f5ac5814821969a3ff748593f745.tar.gz forums-232576450d70f5ac5814821969a3ff748593f745.tar.bz2 forums-232576450d70f5ac5814821969a3ff748593f745.tar.xz forums-232576450d70f5ac5814821969a3ff748593f745.zip | |
Put form stuff in subSilver css ...
git-svn-id: file:///svn/phpbb/trunk@4383 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/adm/forms.css | 13 | ||||
| -rw-r--r-- | phpBB/adm/subSilver.css | 11 |
2 files changed, 8 insertions, 16 deletions
diff --git a/phpBB/adm/forms.css b/phpBB/adm/forms.css deleted file mode 100644 index 8817693729..0000000000 --- a/phpBB/adm/forms.css +++ /dev/null @@ -1,13 +0,0 @@ -/* $Id$ */ - -input { - text-indent: 2px; -} - -textarea, select, input.post, input.mainoption, input.liteoption { - border: 1px solid; -} - -.postbody { - line-height: 140%; -} diff --git a/phpBB/adm/subSilver.css b/phpBB/adm/subSilver.css index 775c32d98f..807d1cf164 100644 --- a/phpBB/adm/subSilver.css +++ b/phpBB/adm/subSilver.css @@ -7,9 +7,6 @@ Copyright (c) 2002 phpBB Group */ -/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("forms.css"); - body { background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; @@ -179,6 +176,14 @@ hr { /* Forms */ +input { + text-indent: 2px; +} + +textarea, select, input.post, input.mainoption, input.liteoption { + border: 1px solid; +} + input, textarea, select { color: black; font: normal 8pt Verdana, Arial, Helvetica, sans-serif; |
