summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRaghu Nayyar <hey@raghunayyar.com>2015-09-04 00:25:30 +0530
committerRaghu Nayyar <hey@raghunayyar.com>2015-11-02 20:54:02 +0530
commit56b537271ef591446f952c834257ae8eaac7e255 (patch)
treed81ab52a632b0f9ca50ed39439378c9a49157011 /lib
parenta8641fdc9559d67696fb612597c4b27d1832220a (diff)
downloadnextcloud-server-56b537271ef591446f952c834257ae8eaac7e255.tar.gz
nextcloud-server-56b537271ef591446f952c834257ae8eaac7e255.zip
Global Classes for Core.
Move up the global styles up the hierarchy. Adds Clear Left, Right and both. New CSS file for Global Styles.
Diffstat (limited to 'lib')
-rw-r--r--lib/private/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/template.php b/lib/private/template.php
index 5a08e15d95b..38527cdc461 100644
--- a/lib/private/template.php
+++ b/lib/private/template.php
@@ -108,6 +108,7 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addVendorStyle('jquery-ui/themes/base/jquery-ui',null,true);
OC_Util::addStyle("multiselect",null,true);
OC_Util::addStyle("fixes",null,true);
+ OC_Util::addStyle("global",null,true);
OC_Util::addStyle("apps",null,true);
OC_Util::addStyle("fonts",null,true);
OC_Util::addStyle("icons",null,true);