File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
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
+ display : flex ;
7
+ justify-content : space-between ;
8
+ align-items : center ;
6
9
position : absolute ;
7
10
left : 0 ;
8
11
bottom : 0 ;
13
16
}
14
17
15
18
.ui-grid-pager-container {
16
- display : inline-block ;
19
+ float : left ;
17
20
}
18
21
19
22
.ui-grid-pager-control {
23
+ padding : 5px 0 ;
24
+ display : flex ;
25
+ flex-flow : row nowrap ;
26
+ align-items : center ;
20
27
margin-right : 10px ;
21
28
margin-left : 10px ;
22
29
min-width : 135px ;
23
- display : inline-block ;
30
+ float : left ;
31
+
32
+ button , span , input {
33
+ margin-right : 4px ;
34
+ }
24
35
25
36
button {
26
37
height : 25px ;
38
49
vertical-align : top ;
39
50
}
40
51
41
- .ui-grid-pager-max-pages-number {
52
+ .ui-grid-pager-max-pages-number {
42
53
vertical-align : bottom ;
43
54
> * {
44
55
vertical-align : bottom ;
109
120
}
110
121
111
122
.ui-grid-pager-row-count-picker {
112
- display : inline-block ;
123
+ float : left ;
124
+ padding : 5px 10px ;
113
125
114
126
select {
115
127
#ui-grid-twbs > .form-control ;
Original file line number Diff line number Diff line change
1
+ .ui-grid-footer-info {
2
+ padding : 5px 10px ;
3
+ }
1
4
2
5
.ui-grid-footer-panel-background {
3
6
background-color : @headerBackgroundColor ;
You can’t perform that action at this time.
0 commit comments