This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 5 files changed +23
-8
lines changed
5 files changed +23
-8
lines changed Original file line number Diff line number Diff line change
1
+ .uib-datepicker .uib-title {
2
+ width : 100% ;
3
+ }
4
+
5
+ .uib-day button , .uib-month button , .uib-year button {
6
+ min-width : 100% ;
7
+ }
8
+
9
+ .uib-datepicker-popup {
10
+ display : block;
11
+ }
12
+
13
+ .uib-button-bar {
14
+ padding : 10px 9px 2px ;
15
+ }
Original file line number Diff line number Diff line change 2
2
< thead >
3
3
< tr >
4
4
< th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
5
- < th colspan ="{{::5 + showWeeks}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 " style =" width:100%; " > < strong > {{title}}</ strong > </ button > </ th >
5
+ < th colspan ="{{::5 + showWeeks}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
6
< th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
7
7
</ tr >
8
8
< tr >
16
16
< td ng-repeat ="dt in row " class ="uib-day text-center " role ="gridcell "
17
17
id ="{{::dt.uid}} "
18
18
ng-class ="::dt.customClass ">
19
- < button type ="button " style =" min-width:100%; " class ="btn btn-default btn-sm "
19
+ < button type ="button " class ="btn btn-default btn-sm "
20
20
uib-is-class ="
21
21
'btn-info' for selectedDt,
22
22
'active' for activeDt
Original file line number Diff line number Diff line change 2
2
< thead >
3
3
< tr >
4
4
< th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
5
- < th > < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 " style =" width:100%; " > < strong > {{title}}</ strong > </ button > </ th >
5
+ < th > < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
6
< th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
7
7
</ tr >
8
8
</ thead >
11
11
< td ng-repeat ="dt in row " class ="uib-month text-center " role ="gridcell "
12
12
id ="{{::dt.uid}} "
13
13
ng-class ="::dt.customClass ">
14
- < button type ="button " style =" min-width:100%; " class ="btn btn-default "
14
+ < button type ="button " class ="btn btn-default "
15
15
uib-is-class ="
16
16
'btn-info' for selectedDt,
17
17
'active' for activeDt
Original file line number Diff line number Diff line change 1
- < ul class ="uib-datepicker-popup dropdown-menu " dropdown-nested ng-if ="isOpen " style =" display: block " ng-style ="{top: position.top+'px', left: position.left+'px'} " ng-keydown ="keydown($event) " ng-click ="$event.stopPropagation() ">
1
+ < ul class ="uib-datepicker-popup dropdown-menu " dropdown-nested ng-if ="isOpen " ng-style ="{top: position.top+'px', left: position.left+'px'} " ng-keydown ="keydown($event) " ng-click ="$event.stopPropagation() ">
2
2
< li ng-transclude > </ li >
3
- < li ng-if ="showButtonBar " style =" padding:10px 9px 2px " class ="uib-button-bar ">
3
+ < li ng-if ="showButtonBar " class ="uib-button-bar ">
4
4
< span class ="btn-group pull-left ">
5
5
< button type ="button " class ="btn btn-sm btn-info uib-datepicker-current " ng-click ="select('today') " ng-disabled ="isDisabled('today') "> {{ getText('current') }}</ button >
6
6
< button type ="button " class ="btn btn-sm btn-danger uib-clear " ng-click ="select(null) "> {{ getText('clear') }}</ button >
Original file line number Diff line number Diff line change 2
2
< thead >
3
3
< tr >
4
4
< th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
5
- < th colspan ="{{::columns - 2}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 " style =" width:100%; " > < strong > {{title}}</ strong > </ button > </ th >
5
+ < th colspan ="{{::columns - 2}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
6
< th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
7
7
</ tr >
8
8
</ thead >
11
11
< td ng-repeat ="dt in row " class ="uib-year text-center " role ="gridcell "
12
12
id ="{{::dt.uid}} "
13
13
ng-class ="::dt.customClass ">
14
- < button type ="button " style =" min-width:100%; " class ="btn btn-default "
14
+ < button type ="button " class ="btn btn-default "
15
15
uib-is-class ="
16
16
'btn-info' for selectedDt,
17
17
'active' for activeDt
You can’t perform that action at this time.
0 commit comments