This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,18 @@ body {
141
141
background : # fff ;
142
142
border-radius : 3px ;
143
143
margin-bottom : 20px ;
144
+ padding-top : 25px ;
144
145
}
145
146
146
- .content .box .style .wrap {
147
- padding : 25px ;
147
+ .content .box .style .wrap ,
148
+ .content .box .style .wrap {
149
+ padding-left : 25px ;
150
+ padding-right : 25px ;
151
+ }
152
+
153
+ .content .box .style .bottom .space ,
154
+ .content .box .style .bottom .space {
155
+ padding-bottom : 25px ;
148
156
}
149
157
150
158
/* table and action buttons
Original file line number Diff line number Diff line change 6
6
overflow : auto;
7
7
}
8
8
9
- .content .box .style .wrap-top {
10
- padding : 25px 25px 0 25px ;
11
- }
12
-
13
- .content .box .style .wrap-middle {
14
- padding : 0 25px ;
15
- }
16
-
17
- .content .box .style .wrap-bootom {
18
- padding : 0 25px 25px 25px ;
19
- }
20
-
21
9
.ps__rail-x {
22
10
margin : 0 2px ;
23
11
}
24
12
25
13
.ps__rail-x : hover > .ps__thumb-x ,
26
14
.ps__rail-x : focus > .ps__thumb-x ,
27
15
.ps__rail-x .ps--clicking .ps__thumb-x {
28
- height : 7 px ;
16
+ height : 5 px ;
29
17
}
30
18
31
19
.ps__thumb-x {
32
20
background : # e0e0e0 ;
33
- height : 7 px ;
21
+ height : 5 px ;
34
22
}
35
23
36
24
.ps__rail-x : hover > .ps__thumb-x ,
You can’t perform that action at this time.
0 commit comments