File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
astroid-framework/framework/library/astroid/Helper
astroid-template-one/scss/one Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ public static function styles()
5858 $ styles = '' ;
5959 $ document = Framework::getDocument ();
6060 $ document ->loadFontAwesome ();
61+ if (ASTROID_JOOMLA_VERSION != 4 ) {
62+ $ document ->addStyleSheet ('media/jui/css/icomoon.css ' );
63+ } else {
64+ $ document ->addStyleSheet ('templates/cassiopeia/css/vendor/fontawesome-free/fontawesome.min.css ' );
65+ }
6166 $ styles .= $ document ->astroidCSS ();
6267 return $ styles ;
6368 }
Original file line number Diff line number Diff line change 11#adminForm {
2- @import " ../../../media/jui/css/icomoon.css" ;
3-
42 [class ^= " icon-" ],
53 [class *= " icon-" ] {
64 height : auto ;
4543 input [type = " radio" ] {
4644 @extend .form-check ;
4745 margin-right : 5px ;
46+ display : inline-block ;
4847
4948 +label {
5049 @extend .form-check-label ;
Original file line number Diff line number Diff line change 11#adminForm {
2- @import " ../../../media/jui/css/icomoon.css" ;
3-
42 [class ^= " icon-" ],
53 [class *= " icon-" ] {
64 height : auto ;
4543 input [type = " radio" ] {
4644 @extend .form-check ;
4745 margin-right : 5px ;
46+ display : inline-block ;
4847
4948 +label {
5049 @extend .form-check-label ;
You can’t perform that action at this time.
0 commit comments