diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 18:21:34 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 18:21:34 +0200 |
commit | 80c00c9ddd413474f03092dfe967c99ac0a06541 (patch) | |
tree | 5acf51d9bbcede0679f796115019e932ca1466c5 /help | |
parent | 7b021516397648e51e6052d9fad4dfb422e09377 (diff) | |
download | nextcloud-server-80c00c9ddd413474f03092dfe967c99ac0a06541.tar.gz nextcloud-server-80c00c9ddd413474f03092dfe967c99ac0a06541.zip |
use the ne prettybutton class and add eyecandy
Diffstat (limited to 'help')
-rw-r--r-- | help/css/help.css | 16 | ||||
-rw-r--r-- | help/templates/index.php | 2 |
2 files changed, 1 insertions, 17 deletions
diff --git a/help/css/help.css b/help/css/help.css index 9e64c28afb4..e46cf112092 100644 --- a/help/css/help.css +++ b/help/css/help.css @@ -34,7 +34,6 @@ table td.name a .type { - padding: 6px; text-decoration: none; color: #888888; font-size: 0.8em; @@ -42,23 +41,8 @@ table td.name a .description { - padding: 6px; text-decoration: none; color: #666666; font-size: 0.9em; } - -.button a { - padding:0.2em 0.5em; - border:1px solid #ddd; - -moz-border-radius:15px; - -webkit-border-radius:15px; - border-radius:15px; - text-decoration: none; - font-size:1.3em; color:#666666; - background-color:#F0F0F0; -} -.button a:hover { - background-color:#DDDDDD; -} diff --git a/help/templates/index.php b/help/templates/index.php index 776d7c00a9e..b8444c556e9 100644 --- a/help/templates/index.php +++ b/help/templates/index.php @@ -13,6 +13,6 @@ <?php endforeach; ?> </tbody> </table> -<span class="button"><a target="_blank" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new">ASK A QUESTION</a></span> +<a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new">ASK A QUESTION</a> |