From de7714eb8f86d172af4c39adf221b7f067d79212 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 28 Jan 2012 04:40:10 +0100 Subject: [PATCH] Remember when Gecko was good? Me neither. Fix the dump button padding on Gecko. "Fix" the file input width on Gecko. --- 4chan_x.user.js | 3 ++- script.coffee | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 3f4524e5c..23e0c5b50 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1553,7 +1553,7 @@
\
\
\ -
\ +
\ \
\ '); @@ -3534,6 +3534,7 @@ a[href="javascript:;"] {\ background: -o-linear-gradient(#EEE, #CCC);\ background: linear-gradient(#EEE, #CCC);\ width: 10%;\ + padding: -moz-calc(1px) 0 2px;\ }\ #dump:hover, #dump:focus {\ background: -webkit-linear-gradient(#FFF, #DDD);\ diff --git a/script.coffee b/script.coffee index b2dfcc453..44484baf3 100644 --- a/script.coffee +++ b/script.coffee @@ -1147,7 +1147,7 @@ qr =
-
+
' @@ -2776,6 +2776,7 @@ a[href="javascript:;"] { background: -o-linear-gradient(#EEE, #CCC); background: linear-gradient(#EEE, #CCC); width: 10%; + padding: -moz-calc(1px) 0 2px; } #dump:hover, #dump:focus { background: -webkit-linear-gradient(#FFF, #DDD);