Jeremy Mowery | 159f97b | 2016-02-25 09:32:00 -0700 | [diff] [blame] | 1 | #xosVpnDashboard{ |
2 | position: absolute; | ||||
3 | top: 100px; | ||||
4 | left: 200px; | ||||
Jeremy Mowery | 42b2c01 | 2016-02-25 11:25:53 -0700 | [diff] [blame] | 5 | } |
6 | .body { | ||||
7 | width: 70%; | ||||
8 | margin: auto; | ||||
9 | } | ||||
10 | .row { | ||||
11 | display: table-row; | ||||
12 | } | ||||
13 | .cell { | ||||
14 | display: table-cell; | ||||
15 | padding: 5px; | ||||
16 | } |