Skip to content

Commit a89cb00

Browse files
dgrammatikowilsonge
authored andcommitted
Correct Bootstrap tooltip positioning for top and bottom options. Fixes #5137.
1 parent aef9051 commit a89cb00

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

administrator/templates/isis/css/template-rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,9 @@ legend + .control-group {
16711671
.form-horizontal .form-actions {
16721672
padding-left: 180px;
16731673
}
1674+
.control-label .hasTooltip {
1675+
display: inline-block;
1676+
}
16741677
table {
16751678
max-width: 100%;
16761679
background-color: transparent;

administrator/templates/isis/css/template.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,9 @@ legend + .control-group {
16711671
.form-horizontal .form-actions {
16721672
padding-left: 180px;
16731673
}
1674+
.control-label .hasTooltip {
1675+
display: inline-block;
1676+
}
16741677
table {
16751678
max-width: 100%;
16761679
background-color: transparent;

media/jui/less/forms.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,3 +688,8 @@ legend + .control-group {
688688
padding-left: @horizontalComponentOffset;
689689
}
690690
}
691+
692+
/*Fix for tooltips wrong positioning*/
693+
.control-label .hasTooltip {
694+
display: inline-block;
695+
}

templates/protostar/css/template.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,9 @@ legend + .control-group {
16711671
.form-horizontal .form-actions {
16721672
padding-left: 180px;
16731673
}
1674+
.control-label .hasTooltip {
1675+
display: inline-block;
1676+
}
16741677
table {
16751678
max-width: 100%;
16761679
background-color: transparent;

0 commit comments

Comments
 (0)