[Frontend] Markup and CSS mods to clean up form elements display

WTD-610
CSS and markup mods principally focused on selects, checkboxes and composite controls;
Cleaned up positioning and formatting in .l-result area of query form bottom;
Removed display of view type when only a single view available for an object in switcher.html

Conflicts:
	platform/commonUI/general/res/css/theme-espresso.css
	vista/query/res/templates/channel-query.html
	vista/query/res/templates/channel-selector.html
	vista/query/res/templates/evr-query.html
This commit is contained in:
Charles Hacskaylo
2015-02-24 15:58:06 -08:00
committed by Victor Woeltjen
parent 9c001fabd9
commit 448b535de0
7 changed files with 202 additions and 98 deletions

View File

@@ -24,10 +24,11 @@
</div>
</div>
<span class="btn"
<!-- CH commented out 2/24/15 - really don't think we need this. Single view is what it is. -->
<!--span class="btn"
ng-if="view.length === 1">
<span class="ui-symbol icon type-icon">{{ngModel.selected.glyph}}</span>
<span>{{ngModel.selected.name}}</span>
</span>
</span-->
</span>