[Fronted] Tweaks to bubbles and context menus scss

WTD-1248
WTD-884
Changed z-index of context menus and bubbles to put the menus above;
Changed text wrapping of 'value' td to no-wrap;
Changed min and max-width of .l-infobubble;
This commit is contained in:
Charles Hacskaylo
2015-06-12 15:46:31 -07:00
parent fd63aa30ea
commit 0b46050e04
3 changed files with 30 additions and 24 deletions

View File

@@ -25,9 +25,10 @@
$arwSize: 5px;
@include box-shadow(rgba(black, 0.4) 0 1px 5px);
position: absolute;
z-index: 70;
z-index: 50;
.l-infobubble {
display: inline-block;
min-width: 100px;
max-width: 300px;
padding: 5px 10px;
&:before {
@@ -51,8 +52,9 @@
white-space: nowrap;
}
&.value {
//@include ellipsize();
//@include test(red);
//white-space: nowrap;
white-space: nowrap;
//width: 90%;
}
&.align-wrap {