Showing
1 changed file
with
14 additions
and
3 deletions
@@ -5,14 +5,25 @@ | @@ -5,14 +5,25 @@ | ||
5 | } | 5 | } |
6 | 6 | ||
7 | section { | 7 | section { |
8 | - padding: 0 30px; | 8 | + border-top: 1px solid #ddd; |
9 | + padding: 40px 80px; | ||
9 | 10 | ||
10 | - .box { | 11 | + .graph-box { |
12 | + margin-top: 80px; | ||
11 | width: 100%; | 13 | width: 100%; |
12 | - min-height: 600px; | 14 | + height: 600px; |
13 | } | 15 | } |
14 | } | 16 | } |
15 | 17 | ||
16 | .top-box > select { | 18 | .top-box > select { |
17 | float: right; | 19 | float: right; |
20 | + z-index: 9; | ||
21 | +} | ||
22 | + | ||
23 | +.table-module { | ||
24 | + padding: 40px; | ||
25 | +} | ||
26 | + | ||
27 | +.table-box { | ||
28 | + margin-top: 80px; | ||
18 | } | 29 | } |
-
Please register or login to post a comment