]> source.dussan.org Git - nextcloud-server.git/commitdiff
use the ne prettybutton class and add eyecandy
authorFrank Karlitschek <karlitschek@kde.org>
Sun, 17 Apr 2011 16:21:34 +0000 (18:21 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Sun, 17 Apr 2011 16:21:34 +0000 (18:21 +0200)
admin/apps.php
admin/css/apps.css
admin/templates/app.php
css/styles.css
help/css/help.css
help/templates/index.php

index bff3089dc5e839f1a79280299cc0b8b878565d66..1b777bc246c4c4f8f9440caf227cc0f9b5987234 100644 (file)
@@ -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){
index 02bcade3cc2b88805a7d94e60c01a4a751be16a5..7063762204a87aa2570c95e6ae63700fe38a5ef5 100644 (file)
@@ -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;
-}
index 9a788cf64c4e0a42a1f6e68c4abf0754879fc1e9..1ea31bdecdeff01563fc1e82ffa02abb2507e58c 100644 (file)
@@ -21,7 +21,7 @@ $app=$_['app'];
                <br />
                <?php  echo('<a class="description" target="_blank" href="'.$app["detailpage"].'">read more</a><br />');  ?> 
                </td>
-               <td width="1" valign="top" class="install"><a href="">INSTALL</a></td>
+               <td width="1" valign="top"><a class="prettybutton" href="">INSTALL</a></td>
        </tr>
 </table>
 
index 434ea739a081d9462efa6b518eeb1baae981f105..a186c1732416f7c8d3c7848b601d4535558842e4 100644 (file)
@@ -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) ---------------------------------------------------------------- */ 
index 9e64c28afb46eb48585e46422e158435dabd6cff..e46cf1120925629cc452bbf848855407fc674f4b 100644 (file)
@@ -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;
-}
index 776d7c00a9ef00fc1b8d18a68217d3fdbbcf6326..b8444c556e95c9653d1fcb40295c832318316cfd 100644 (file)
@@ -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>