-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bbc61e
commit da03f24
Showing
4 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,6 @@ class JuiCoreFixAsset extends AssetBundle | |
'core.js', //TODO:переписал | ||
]; | ||
public $css = [ | ||
|
||
]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* @link https://cms.skeeks.com/ | ||
* @copyright Copyright (c) 2010 SkeekS | ||
* @license https://cms.skeeks.com/license/ | ||
* @author Semenov Alexander <[email protected]> | ||
*/ | ||
|
||
namespace skeeks\cms\themes\unify\widgets\jui\assets; | ||
|
||
use yii\web\AssetBundle; | ||
/** | ||
* | ||
* Этот класс используется для того чтобы не пересекаться с bootstrap tooltip | ||
* | ||
* @see https://api.jqueryui.com/sortable/ | ||
* @author Semenov Alexander <[email protected]> | ||
*/ | ||
class JuiSmoothnessAsset extends AssetBundle | ||
{ | ||
public $sourcePath = '@bower/jquery-ui'; | ||
|
||
public $css = [ | ||
'themes/smoothness/jquery-ui.min.css', | ||
]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters