Skip to content
Snippets Groups Projects
Commit 902a719a authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Moved CSS files to vendor as necessary.

parent 5a584e6c
No related merge requests found
This diff is collapsed.
This diff is collapsed.
......@@ -38,7 +38,7 @@
$this->headScript()->appendFile("check_item_statuses.js");
$this->headScript()->appendFile("check_save_statuses.js");
// Style
$this->headLink()->appendStylesheet('combined.css');
$this->headLink()->appendStylesheet('combined-search.css');
?>
<?=$this->flashmessages()?>
<form class="form-inline" method="post" name="bulkActionForm" action="<?=$this->url('cart-home')?>">
......
......@@ -2,13 +2,13 @@
return array(
'extends' => 'root',
'css' => array(
//'bootstrap.min.css',
//'bootstrap-accessibility.css',
//'vendor/bootstrap.min.css',
//'vendor/bootstrap-accessibility.css',
//'bootstrap-custom.css',
'compiled.css',
'font-awesome.min.css',
'vendor/font-awesome.min.css',
'vendor/slider.css',
'print.css:print',
'slider.css',
),
'js' => array(
'vendor/jquery.min.js',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment