We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1706757 commit 460fbecCopy full SHA for 460fbec
template/datepicker/popup.html
@@ -1,7 +1,7 @@
1
<ul class="dropdown-menu" ng-style="{display: (isOpen && 'block') || 'none', top: position.top+'px', left: position.left+'px'}" ng-keydown="keydown($event)">
2
<li ng-transclude></li>
3
<li ng-if="showButtonBar" style="padding:10px 9px 2px">
4
- <span class="btn-group">
+ <span class="btn-group pull-left">
5
<button type="button" class="btn btn-sm btn-info" ng-click="select('today')">{{ getText('current') }}</button>
6
<button type="button" class="btn btn-sm btn-danger" ng-click="select(null)">{{ getText('clear') }}</button>
7
</span>
0 commit comments