Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Nov 18, 2012
1 parent 4df688e commit e53e1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/View/Flyout.php
Expand Up @@ -11,7 +11,7 @@ class View_Flyout extends View {

function init(){
parent::init();
$this->addClass('flyout atk-box ui-widget-content ui-corner-all');
$this->addClass('flyout ui-widget-content ui-corner-all');
$this->addStyle('display','none');
$this->addStyle('position','absolute');
}
Expand Down

0 comments on commit e53e1f0

Please sign in to comment.