blob: 64dde29d63d72968b9e6b673c4bd12713b3aa676 [file] [log] [blame]
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070017#home div.main-left {
18 width: 55%;
19 padding: 0;
20}
21#home div.main-right {
22 padding: 1% 0 0 3%;
23 width: 42%;
24}
25#home div.move-down {
Bri Prebilic Cole7a5431e2015-06-08 12:53:02 -070026 margin-top: 5%;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070027}
28
29#home div.image-holder {
30 width: 100%;
31 position: relative;
32}
33
34#home div.main-left img {
35 width: 100%;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070036}
37
38#home div.main-right div.bundle-title {
39 padding: 2% 0;
40}
41
42#home h4 {
43 padding-bottom: 2%;
44}
45
46#home p {
47 margin-bottom: 3%;
48}
49
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070050#home table {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070051 width: 94%;
52 table-layout: fixed;
53 margin-left: 6%;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070054 border-left: 1px solid #CE5650;
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070055}
56
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070057#home table.users th,
58#home table.users td {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070059 font-size: 90%;
60}
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070061
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070062#home td, #home th {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070063 text-align: left;
64 padding: 2%;
65}