The branch, master has been updated via 0594f2a5819237e87f3d92c19aca738c2ede6c38 (commit) via 0042969a713156e397b69845dc2c93ba338330fd (commit) from 5b548054c6de7646a7cd4b6a4067bfcff6f0b526 (commit)
- Log ----------------------------------------------------------------- commit 0594f2a5819237e87f3d92c19aca738c2ede6c38 Author: Michal Čihař mcihar@novell.com Date: Mon Jan 10 16:11:35 2011 +0100
Better look of green buttons in modern browsers.
commit 0042969a713156e397b69845dc2c93ba338330fd Author: Michal Čihař mcihar@novell.com Date: Mon Jan 10 16:06:41 2011 +0100
Add theme contest box.
-----------------------------------------------------------------------
Summary of changes: css/style.css | 12 +++++++++++- templates/_littleboxes.tpl | 4 ++++ 2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/css/style.css b/css/style.css index 03ad0f7..f0f41f5 100644 --- a/css/style.css +++ b/css/style.css @@ -133,7 +133,7 @@ div.rightbutton { margin-top: 1em; margin-bottom: 1em; margin-right: 2em; - border: 1px solid #8dea34; + border: 1px solid white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -142,6 +142,16 @@ div.rightbutton { font-weight: bolder; width: 12em; text-align: center; + -moz-box-shadow:0px 0px 8px #AAA; + -webkit-box-shadow:0px 0px 8px #AAA; + box-shadow:0px 0px 8px #AAA; + -webkit-transition:-webkit-box-shadow 0.1s ease-out; + -moz-transition:-webkit-box-shadow 0.1s ease-out; + -o-transition:-webkit-box-shadow 0.1s ease-out; + transition:-webkit-box-shadow 0.1s ease-out; +} +div.rightbutton:hover { + background-color: #8dea34; }
div.rightbutton a { diff --git a/templates/_littleboxes.tpl b/templates/_littleboxes.tpl index 6248db7..e3e59c6 100644 --- a/templates/_littleboxes.tpl +++ b/templates/_littleboxes.tpl @@ -18,6 +18,10 @@ <span class="dlname"><a href="${base_url}donate.${file_ext}" rel="payment">Donate to phpMyAdmin</a></span> </div>
+<div class="rightbutton"> + <span class="dlname"><a href="http://wiki.phpmyadmin.net/pma/Theme_Contest" title="phpMyAdmin is choosing new theme, it can be yours!">Theme contest!</a></span> +</div> + </div>
</html>
hooks/post-receive