From: Frank Karlitschek Date: Sat, 16 Apr 2011 22:28:46 +0000 (+0200) Subject: make the detail page work (more or less) X-Git-Tag: v3.0~267^2~558^2~115^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e28883a9f52a1b840240c0052087f689433c321;p=nextcloud-server.git make the detail page work (more or less) --- diff --git a/admin/css/apps.css b/admin/css/apps.css index 68bd9cf63d3..02bcade3cc2 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -40,3 +40,25 @@ table td.name a font-size: 0.8em; } +.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 new file mode 100644 index 00000000000..4b5740c2bc4 --- /dev/null +++ b/admin/templates/app.php @@ -0,0 +1,27 @@ + +

+'.$app['typename'].''); ?>
+
+ + + + + + + + +
+ "") { echo('
'); } ?> + "") { echo('
'); } ?> + "") { echo('
'); } ?> +
+ +
+ read more
'); ?> +
INSTALL
+