blob: fe7303a4a6cbf8758b722a41e0dc213ebe9686c6 [file] [log] [blame]
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -07001/*
2 * Copyright 2015 Open Networking Laboratory
3 *
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
17div#bundle div.main-left {
18 width: 62%;
19}
20div#bundle div.main-right {
21 width: 38%;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070022 height: 85vh;
23 background-color: rgba(173, 216, 230, 0.25);
24 border-radius: 5px;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070025}
26
27#bundle table {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070028 width: 95%;
29 margin-top: 5%;
30 margin-left: 2%;
31 border-radius: 3px;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070032}
33
34#bundle td {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070035 font-size: 90%;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070036}
37#bundle td.icon {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070038 text-align: center;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070039 width: 50px;
40 height: 50px;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070041 padding: 4%;
42}
43#bundle td.name {
44 border-left: solid 1px rgba(136, 0, 0, 0.25);
45 padding-left: 3%;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070046}
47#bundle td.desc {
48 width: 50%;
49 text-align: left;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070050 font-style: italic;
51}
52
53#bundle h2 {
54 text-align: center;
55 padding: 3%;
56 background-color: rgba(173, 216, 230, 0.75);
57 border-top-left-radius: 5px;
58 border-top-right-radius: 5px;
59 color: white;
60 font-weight: normal;
61}
62
63div#available {
64 padding: 5%;
65}
66
67#available p {
68 text-indent: initial;
69 text-align: initial;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070070}
71
72#available button {
73 float: right;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070074 width: 33%;
75 margin-top: 5%;
76}