mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Hard-coded HTML into admin modules ... no point in continuing to template this stuff since no one (or few) rarely bother to make use of the feature. Lots of changes for permissions, sessions, etc. some new styling stuff present (inc. editing templates though not complete), lots of bugs and non-functioning stuff ... any 'existing' modules will cause the right hand panel to fail ... remove them. If I catch anyone nicking graphics from here I'll kill 'em ...
git-svn-id: file:///svn/phpbb/trunk@2675 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
13
phpBB/admin/forms.css
Normal file
13
phpBB/admin/forms.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Fancy form styles for IE */
|
||||
|
||||
input, textarea, select {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
input {
|
||||
text-indent: 2px;
|
||||
}
|
||||
|
||||
.postbody {
|
||||
line-height: 18px
|
||||
}
|
Reference in New Issue
Block a user