From: Frank Karlitschek Date: Sun, 17 Apr 2011 16:21:34 +0000 (+0200) Subject: use the ne prettybutton class and add eyecandy X-Git-Tag: v3.0~267^2~558^2~81 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80c00c9ddd413474f03092dfe967c99ac0a06541;p=nextcloud-server.git use the ne prettybutton class and add eyecandy --- diff --git a/admin/apps.php b/admin/apps.php index bff3089dc5e..1b777bc246c 100644 --- a/admin/apps.php +++ b/admin/apps.php @@ -37,6 +37,22 @@ if(isset($_GET['cat'])) $cat=$_GET['cat']; else $cat=0; $categories=OC_OCSCLIENT::getCategories(); +/* + +All +Installed Apps + + + +foreach($categories as $key=>$value) { +print_r($value); +} + + +*/ + + + if($id==0) { if($cat==0){ diff --git a/admin/css/apps.css b/admin/css/apps.css index 02bcade3cc2..7063762204a 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -34,7 +34,6 @@ table td.name a .type { - padding: 6px; text-decoration: none; color: #888888; font-size: 0.8em; @@ -42,23 +41,9 @@ table td.name a .description { - padding: 6px; text-decoration: none; color: #666666; font-size: 0.9em; } -.install 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.5em; color:#666666; - background-color:#F0F0F0; -} -.install a:hover { - background-color:#DDDDDD; -} diff --git a/admin/templates/app.php b/admin/templates/app.php index 9a788cf64c4..1ea31bdecde 100644 --- a/admin/templates/app.php +++ b/admin/templates/app.php @@ -21,7 +21,7 @@ $app=$_['app'];
read more
'); ?> - INSTALL + INSTALL diff --git a/css/styles.css b/css/styles.css index 434ea739a08..a186c173241 100644 --- a/css/styles.css +++ b/css/styles.css @@ -47,7 +47,7 @@ form a { color:#000; text-decoration:none; } #login input[type='submit'] { width:5em; background-color:#fff; } #login input[type='submit']:hover, #login input[type=submit]:focus { background-color:#ccc; outline:0; } -.prettybutton { margin:0.1em; padding:0.2em 0.5em; border:1px solid #ddd; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; font-size:2em; color:#666; background-color:#fff; } +.prettybutton { margin:0.1em; padding:0.2em 0.5em; border:1px solid #ddd; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; font-size:1.5em; text-decoration:none; color:#666; background-color:#fff; } .prettybutton:hover, .prettybutton:focus { background-color:#ccc; outline:0; } /* META NAVIGATION (Settings, Log out) ---------------------------------------------------------------- */ 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 @@ -ASK A QUESTION +ASK A QUESTION