Skip to content

Commit

Permalink
dev: made plugins / pluginsettings use the same rendering using boots…
Browse files Browse the repository at this point in the history
…trap in the right order
  • Loading branch information
mennodekker committed Jan 15, 2014
1 parent 2a5afb3 commit 29dfd57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/controllers/PluginsController.php
Expand Up @@ -10,6 +10,12 @@ class PluginsController extends LSYii_Controller
* @var array of mixed.
*/
protected $properties = array();

public function _init()
{
parent::_init();
Yii::app()->bootstrap->init(); // Make sure bootstrap css is rendered in time
}

public function accessRules()
{
Expand Down
2 changes: 2 additions & 0 deletions styles/configure.css
Expand Up @@ -33,4 +33,6 @@ div.pluginsettings input[type=submit], div.pluginsettings img, div.pluginsetting
display: inline-block;
margin: 1em;
width: 150px;
font-size: 1.1em;
font-size: 1.1rem;
}

0 comments on commit 29dfd57

Please sign in to comment.