From d0f2399a863c4c60cdde91d9c89a175f86b494c8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 12 Oct 2007 18:14:28 +0000 Subject: some bugfixes git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/report_body.html | 2 +- phpBB/styles/prosilver/theme/forms.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/report_body.html b/phpBB/styles/prosilver/template/report_body.html index 7046df36d3..d7caf00743 100644 --- a/phpBB/styles/prosilver/template/report_body.html +++ b/phpBB/styles/prosilver/template/report_body.html @@ -12,7 +12,7 @@
-
+
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%;} + -- cgit v1.2.1