From 5492e60510379add1523454f322def81167be8be Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 11 Feb 2013 15:30:31 +0100 Subject: new style and style cleanup for the news app --- controller/news.controller.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'controller/news.controller.php') diff --git a/controller/news.controller.php b/controller/news.controller.php index e13cfe979..127a05701 100644 --- a/controller/news.controller.php +++ b/controller/news.controller.php @@ -56,8 +56,15 @@ class NewsController extends Controller { $this->api->add3rdPartyScript('angular-1.0.2/angular.min'); $this->api->add3rdPartyScript('moment.min'); $this->api->addScript('app'); - $this->api->addStyle('news'); - + $this->api->addScript('multiselect', 'core'); + + $this->api->addStyle('owncloud'); + $this->api->addStyle('addnew'); + $this->api->addStyle('feeds'); + $this->api->addStyle('items'); + $this->api->addStyle('settings'); + $this->api->addStyle('addnew'); + $this->api->addStyle('showall'); if($urlParams['feedid']){ $this->api->setUserValue('lastViewedFeed', $urlParams['feedid']); -- cgit v1.2.3