diff --git a/appinfo/app.php b/appinfo/app.php index 26284f24..cab0c474 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -21,7 +21,7 @@ * */ -OCP\Util::addStyle( 'office', 'style'); +//OCP\Util::addStyle( 'office', 'style'); OCP\App::register(array('order' => 70, 'id' => 'office', 'name' => 'Office')); OCP\App::registerAdmin('office', 'settings'); diff --git a/css/style.css b/css/style.css index a714f919..a099079e 100755 --- a/css/style.css +++ b/css/style.css @@ -1,13 +1,15 @@ #emptyfolder { position:absolute; margin:10em 0 0 10em; font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } -.documentslist { padding:5px; width:100%;} +.documentslist { padding:5px; } .documentslist li{ - float:left; - margin:40px; + margin:4px; } -.documentslist li img{ - width:256px; - height:256px; +.documentslist li img { + width:32px; + height:32px; +} +.documentslist li .document-info { + display: inline; } #office-content{ diff --git a/templates/documents.php b/templates/documents.php index df1c0525..f64a3b15 100755 --- a/templates/documents.php +++ b/templates/documents.php @@ -10,7 +10,7 @@
-