Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Sep 26, 2023
1 parent 2ec55cc commit df4ee8e
Show file tree
Hide file tree
Showing 32 changed files with 196 additions and 60 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lhc_web/design/defaulttheme/css/widgetv2/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ body {
font-family: 'MaterialIconsLHC';
font-style: normal;
font-weight: 400;
src: url('../fonts/MaterialIcons-lhc-v5.eot'); /* For IE6-8 */
src: url('../fonts/MaterialIcons-lhc-v5.woff2') format('woff2'),
url('../fonts/MaterialIcons-lhc-v5.woff') format('woff'),
url('../fonts/MaterialIcons-lhc-v5.ttf') format('truetype');
src: url('../fonts/MaterialIcons-lhc-v6.eot'); /* For IE6-8 */
src: url('../fonts/MaterialIcons-lhc-v6.woff2') format('woff2'),
url('../fonts/MaterialIcons-lhc-v6.woff') format('woff'),
url('../fonts/MaterialIcons-lhc-v6.ttf') format('truetype');
font-display: swap;
}

Expand Down
16 changes: 12 additions & 4 deletions lhc_web/design/defaulttheme/css/widgetv2/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ a {
font-family: 'MaterialIconsLHC';
font-style: normal;
font-weight: 400;
src: url('../fonts/MaterialIcons-lhc-v5.eot'); /* For IE6-8 */
src: url('../fonts/MaterialIcons-lhc-v6.eot'); /* For IE6-8 */
src: local('MaterialIconsLHC'),
local('MaterialIconsLHC'),
url('../fonts/MaterialIcons-lhc-v5.woff2') format('woff2'),
url('../fonts/MaterialIcons-lhc-v5.woff') format('woff'),
url('../fonts/MaterialIcons-lhc-v5.ttf') format('truetype');
url('../fonts/MaterialIcons-lhc-v6.woff2') format('woff2'),
url('../fonts/MaterialIcons-lhc-v6.woff') format('woff'),
url('../fonts/MaterialIcons-lhc-v6.ttf') format('truetype');
font-display: swap;
}

Expand Down Expand Up @@ -141,6 +141,14 @@ div.message-row {
color:#343a40;
}

.header-burger-link{
font-size: 14px;
}

.header-burger-link .material-icons{
font-size: 24px;
}

.action-image,
.header-link-item,
.header-link{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@
<div class="form-group">
<label><?php echo $fields['icons_order']['trans'];?></label>
<?php echo erLhcoreClassAbstract::renderInput('icons_order', $fields['icons_order'], $object)?>
<div class="text-muted fs12">E.g</div>
<div class="text-muted fs12">* dropdown_print,dropdown_min,dropdown_popup,dropdown_fullheight,dropdown_close</div>
<div class="text-muted fs12">* left_close,right_min,dropdown_popup,left_fullheight,dropdown_close</div>
</div>

<div class="form-group">
Expand Down Expand Up @@ -820,6 +823,12 @@
<?php $translatableItem = array('identifier' => 'end_chat_text'); ?>
<?php include(erLhcoreClassDesign::designtpl('lhabstract/custom/theme/theme_text_translatable.tpl.php'));?>

<?php $translatableItem = array('identifier' => 'fheight_text_class'); ?>
<?php include(erLhcoreClassDesign::designtpl('lhabstract/custom/theme/theme_text_translatable.tpl.php'));?>

<?php $translatableItem = array('identifier' => 'fheight_text_col'); ?>
<?php include(erLhcoreClassDesign::designtpl('lhabstract/custom/theme/theme_text_translatable.tpl.php'));?>

<?php $translatableItem = array('identifier' => 'support_joined'); ?>
<?php include(erLhcoreClassDesign::designtpl('lhabstract/custom/theme/theme_text_translatable.tpl.php'));?>

Expand Down
Loading

0 comments on commit df4ee8e

Please sign in to comment.