aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-12 18:14:28 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-12 18:14:28 +0000
commitd0f2399a863c4c60cdde91d9c89a175f86b494c8 (patch)
tree22d14c0dca0e3c3da1b92dd461893264d0171889 /phpBB/styles
parente365b6abfa5668a986e58ebf50d4d9b4e847cb72 (diff)
downloadforums-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')
-rw-r--r--phpBB/styles/prosilver/template/report_body.html2
-rw-r--r--phpBB/styles/prosilver/theme/forms.css6
2 files changed, 7 insertions, 1 deletions
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 @@
<fieldset>
<dl class="fields2">
<dt><label for="reason_id">{L_REASON}:</label></dt>
- <dd><select name="reason_id" id="reason_id"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd>
+ <dd><select name="reason_id" id="reason_id" class="full"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></dd>
</dl>
<!-- IF S_CAN_NOTIFY -->
<dl class="fields2">
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%;}
+