bridgeControls is now an id
This commit is contained in:
parent
beab6069f8
commit
f1a217d544
2 changed files with 2 additions and 3 deletions
|
|
@ -226,7 +226,7 @@ export default Em.Mixin.create({
|
||||||
Em.$('#' + type + 'Tooltip + .tooltip .tooltip-inner').html(text);
|
Em.$('#' + type + 'Tooltip + .tooltip .tooltip-inner').html(text);
|
||||||
//change the tooltip text for hover
|
//change the tooltip text for hover
|
||||||
Em.$('#' + type + 'Tooltip').attr('data-original-title', text);
|
Em.$('#' + type + 'Tooltip').attr('data-original-title', text);
|
||||||
|
|
||||||
if(Em.isNone(this.get(type + 'TooltipTxt'))) {
|
if(Em.isNone(this.get(type + 'TooltipTxt'))) {
|
||||||
this.set(type + 'TooltipTxt', text);
|
this.set(type + 'TooltipTxt', text);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -97,9 +97,8 @@ md-progress-circular {
|
||||||
}
|
}
|
||||||
|
|
||||||
// BRIDGE CONTROLS
|
// BRIDGE CONTROLS
|
||||||
.bridgeControls {
|
#bridgeControls {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
|
|
|
||||||
Reference in a new issue