aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-16 18:05:06 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:32 +0200
commitfaaafe14ed7d44e502c1960b9a8b4623e2aa94ec (patch)
tree7904c71f0ed788ced2c24f687c88c0b39d104db2
parentbc09f6899e206141569e6f7b0d5758e9db9b6c23 (diff)
downloadforums-faaafe14ed7d44e502c1960b9a8b4623e2aa94ec.tar
forums-faaafe14ed7d44e502c1960b9a8b4623e2aa94ec.tar.gz
forums-faaafe14ed7d44e502c1960b9a8b4623e2aa94ec.tar.bz2
forums-faaafe14ed7d44e502c1960b9a8b4623e2aa94ec.tar.xz
forums-faaafe14ed7d44e502c1960b9a8b4623e2aa94ec.zip
[ticket/12769] Fix some froom button inconsistency
-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;
}