blob: 27338c05053d68a40aea6cbf839927e1886ad6ae [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}
Bri Prebilic Colee2958f22015-05-26 17:18:23 -070052/* animation specific */
53#bundle tr.fadein.ng-leave td.name,
54#bundle tr.fadein.ng-leave-active td.name {
55 opacity: 0;
56 border: none;
57}
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070058
59#bundle h2 {
60 text-align: center;
61 padding: 3%;
62 background-color: rgba(173, 216, 230, 0.75);
63 border-top-left-radius: 5px;
64 border-top-right-radius: 5px;
65 color: white;
66 font-weight: normal;
67}
68
69div#available {
70 padding: 5%;
71}
72
73#available p {
74 text-indent: initial;
75 text-align: initial;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070076}
77
78#available button {
79 float: right;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070080 width: 33%;
81 margin-top: 5%;
82}