aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index 4924d9bd9f..fbea5f3a72 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -214,8 +214,6 @@ fieldset.submit-buttons {
fieldset.submit-buttons input {
vertical-align: middle;
- padding-top: 3px;
- padding-bottom: 3px;
}
/* Posting page styles
@@ -345,7 +343,7 @@ a.button2, input.button2, input.button3 {
/* <a> button in the style of the form buttons */
a.button1, a.button2 {
text-decoration: none;
- padding: 2px 8px;
+ padding: 0 3px;
vertical-align: text-bottom;
}