diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-12 18:14:28 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-12 18:14:28 +0000 |
| commit | d0f2399a863c4c60cdde91d9c89a175f86b494c8 (patch) | |
| tree | 22d14c0dca0e3c3da1b92dd461893264d0171889 /phpBB/styles/prosilver/theme | |
| parent | e365b6abfa5668a986e58ebf50d4d9b4e847cb72 (diff) | |
| download | forums-d0f2399a863c4c60cdde91d9c89a175f86b494c8.tar forums-d0f2399a863c4c60cdde91d9c89a175f86b494c8.tar.gz forums-d0f2399a863c4c60cdde91d9c89a175f86b494c8.tar.bz2 forums-d0f2399a863c4c60cdde91d9c89a175f86b494c8.tar.xz forums-d0f2399a863c4c60cdde91d9c89a175f86b494c8.zip | |
some bugfixes
git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 570c0ece35..a280218e75 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -376,3 +376,9 @@ input.search { background-position: left 1px; padding-left: 17px; } + +.full { width: 95%; } +.medium { width: 50%;} +.narrow { width: 25%;} +.tiny { width: 10%;} + |
