Skip to content

Commit

Permalink
Issue #625: Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 22, 2022
1 parent 90d6e6d commit dfe8723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.Form.ErrorTooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Core.Form.ErrorTooltips = (function (TargetNS) {

if ( Core.Config.Get('SessionName') === Core.Config.Get('CustomerPanelSessionName') ) {
TooltipOffsetLeft = 48;
TooltipOffsetTop = 24;
TooltipOffsetTop = 40;
}

if (TooltipPosition === 'TongueBottom') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ input[readonly=readonly] {
white-space: normal;
box-shadow: 0 1px 4px 0 rgba(4, 0, 71, 0.16);
box-shadow: 0 1px 4px 0 var(--colShadowDark);
max-width: 280px;
}

.oooTooltip i {
Expand Down

0 comments on commit dfe8723

Please sign in to comment.