Merge pull request #360 from nasa/open283

Review and integrate open283
This commit is contained in:
akhenry 2015-12-01 13:21:51 -08:00
commit 4798cb3e7c
4 changed files with 516 additions and 539 deletions

View File

@ -257,12 +257,14 @@
line-height: $ueEditToolBarH;
height: 0px;
opacity: 0;
overflow: hidden;
&.active {
height: $ueEditToolBarH + $interiorMargin;
margin-bottom: $interiorMargin;
opacity: 1;
}
.tool-bar {
right: $interiorMargin;
}
}
.object-browse-bar .s-btn,

View File

@ -20,6 +20,9 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.tool-bar {
&.btn-bar {
white-space: nowrap;
}
.l-control-group {
height: $btnToolbarH;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff