Latest UI changes. More tweaks to related set buttons and styling.

This commit is contained in:
chouseknecht
2013-05-24 12:28:34 -04:00
parent ef16ec55f1
commit 007db3435d
3 changed files with 6 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ angular.module('GeneratorHelpers', [])
html += "<div class=\"input-prepend input-append\">\n";
html += "<div class=\"btn-group\">\n";
html += "<button class=\"btn ";
html += (useMini) ? "btn-mini " : "";
html += (useMini) ? "btn-mini " : "btn-small";
html += "dropdown-toggle\" data-toggle=\"dropdown\">\n";
html += "<span ng-bind=\"" + iterator + "SearchFieldLabel\"></span>\n";
html += "<span class=\"caret\"></span>\n";
@@ -51,7 +51,7 @@ angular.module('GeneratorHelpers', [])
html += "<div class=\"btn-group\">\n";
html += "<button ng-hide=\"" + iterator + "SelectShow || " + iterator + "HideSearchType\" class=\"btn ";
html += (useMini) ? "btn-mini " : "";
html += (useMini) ? "btn-mini " : "btn-small";
html += "dropdown-toggle\" data-toggle=\"dropdown\">\n";
html += "<span ng-bind=\"" + iterator + "SearchTypeLabel\"></span>\n";
html += "<span class=\"caret\"></span>\n";