feat(sidemenu): add style(margin and witdh) for the input and label filter

This commit is contained in:
Othyus
2016-06-28 08:30:36 +02:00
parent 31317abbeb
commit f3a6848710
@@ -22,7 +22,7 @@
{{::menuItem.text}}
</a>
</li>
<li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs">
<li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs" style="margin-left: 10px;width: 90%">
<input ng-model="::ctrl.orgFilter" type="text" ng-change="::ctrl.loadOrgsItems();" class="gf-input-small" placeholder="Filter">
<span class="sidemenu-item-text">Max shown : {{::ctrl.maxShownOrgs}}</span>
</li>