Quote:
Originally posted by Amasov
I am running this hack on my 2.2.0 an it works perfectly (thanks @Bira, great hack)
Only one question:
How do I change the size of the "Download"-Button ??
(It's greater than the others, but I used the same style like the others)..
Thanks.
@ezdreamer:
Actually you did something wrong!
@Alien:
I ran this hack on RC2, 2.0.1, 2.0.2, 2.0.3
|
Replace:
PHP Code:
or <input type="submit" name="download" value="Download">
With:
PHP Code:
or <input type="submit" class="bginput" name="download" value="Download" style="background-color:#336D95;color:#000000;font-size:10px;font-weight:bold">
But if you already made it look like the rest... (style=")
Then you just need to
Replace:
PHP Code:
or <input type="submit" name="download" value="Download"
With:
PHP Code:
or <input type="submit" class="bginput" name="download" value="Download"