Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 0b86ac7

Browse files
committed
Update
1 parent f18490f commit 0b86ac7

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

css/style.dashboard.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,18 @@ body {
141141
background: #fff;
142142
border-radius: 3px;
143143
margin-bottom: 20px;
144+
padding-top: 25px;
144145
}
145146

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;
148156
}
149157

150158
/* table and action buttons

css/style.scrollbar.css

+2-14
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,19 @@
66
overflow: auto;
77
}
88

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-
219
.ps__rail-x {
2210
margin: 0 2px;
2311
}
2412

2513
.ps__rail-x:hover > .ps__thumb-x,
2614
.ps__rail-x:focus > .ps__thumb-x,
2715
.ps__rail-x.ps--clicking .ps__thumb-x {
28-
height: 7px;
16+
height: 5px;
2917
}
3018

3119
.ps__thumb-x {
3220
background: #e0e0e0;
33-
height: 7px;
21+
height: 5px;
3422
}
3523

3624
.ps__rail-x:hover > .ps__thumb-x,

0 commit comments

Comments
 (0)