File tree Expand file tree Collapse file tree 2 files changed +31
-13
lines changed Expand file tree Collapse file tree 2 files changed +31
-13
lines changed Original file line number Diff line number Diff line change 3
3
@import (reference ) " ../../../less/bootstrap/bootstrap" ;
4
4
5
5
.ui-grid-pager-panel {
6
- position : absolute ;
7
- left : 0 ;
8
- bottom : 0 ;
9
- width : 100% ;
10
- padding-top : 3px ;
11
- padding-bottom : 3px ;
12
- box-sizing : content-box ;
6
+ position : absolute ;
7
+ left : 0 ;
8
+ bottom : 0 ;
9
+ width : 100% ;
10
+ padding-top : 3px ;
11
+ padding-bottom : 3px ;
12
+ box-sizing : content-box ;
13
13
}
14
14
15
15
.ui-grid-pager-container {
53
53
margin-left : -3px ;
54
54
}
55
55
56
+ .first-bar-rtl {
57
+ width : 10px ;
58
+ border-left : 2px solid #4d4d4d ;
59
+ margin-top : -6px ;
60
+ height : 12px ;
61
+ margin-right : -7px ;
62
+ }
63
+
56
64
.first-triangle {
57
65
width : 0 ;
58
66
height : 0 ;
86
94
height : 12px ;
87
95
margin-left : 1px ;
88
96
}
97
+
98
+ .last-bar-rtl {
99
+ width : 10px ;
100
+ border-left : 2px solid #4d4d4d ;
101
+ margin-top : -6px ;
102
+ height : 12px ;
103
+ margin-right : -11px ;
104
+ }
105
+
106
+
89
107
}
90
108
91
109
.ui-grid-pager-row-count-picker {
Original file line number Diff line number Diff line change 18
18
ng-click ="pageFirstPageClick() "
19
19
ng-disabled ="cantPageBackward() ">
20
20
< div
21
- class ="first-triangle ">
21
+ ng- class ="grid.isRTL() ? 'last-triangle' : ' first-triangle' ">
22
22
< div
23
- class ="first-bar ">
23
+ ng- class ="grid.isRTL() ? 'last-bar-rtl' : ' first-bar' ">
24
24
</ div >
25
25
</ div >
26
26
</ button >
32
32
ui-grid-one-bind-aria-label ="aria.pageBack "
33
33
ng-click ="pagePreviousPageClick() "
34
34
ng-disabled ="cantPageBackward() ">
35
- < div class ="first-triangle prev-triangle "> </ div >
35
+ < div ng- class ="grid.isRTL() ? 'last-triangle prev-triangle' : ' first-triangle prev-triangle' "> </ div >
36
36
</ button >
37
37
< input
38
38
type ="number "
60
60
ui-grid-one-bind-aria-label ="aria.pageForward "
61
61
ng-click ="pageNextPageClick() "
62
62
ng-disabled ="cantPageForward() ">
63
- < div class ="last-triangle next-triangle "> </ div >
63
+ < div ng- class ="grid.isRTL() ? 'first-triangle next-triangle' : ' last-triangle next-triangle' "> </ div >
64
64
</ button >
65
65
< button
66
66
type ="button "
70
70
ui-grid-one-bind-aria-label ="aria.pageToLast "
71
71
ng-click ="pageLastPageClick() "
72
72
ng-disabled ="cantPageToLast() ">
73
- < div class ="last-triangle ">
74
- < div class ="last-bar ">
73
+ < div ng- class ="grid.isRTL() ? 'first-triangle' : ' last-triangle' ">
74
+ < div ng- class ="grid.isRTL() ? 'first-bar-rtl' : ' last-bar' ">
75
75
</ div >
76
76
</ div >
77
77
</ button >
You can’t perform that action at this time.
0 commit comments