blob: bc36f1df5665bbe3ee24de31fe506e8ee2120c8a [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 {
Bri Prebilic Coled050a4b2015-05-27 15:53:30 -070018 width: 61%;
19 padding-left: 1%;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070020}
21div#bundle div.main-right {
Bri Prebilic Coled050a4b2015-05-27 15:53:30 -070022 width: 37%;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070023 height: 85vh;
24 background-color: rgba(173, 216, 230, 0.25);
25 border-radius: 5px;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070026}
27
28#bundle table {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070029 width: 95%;
30 margin-top: 5%;
31 margin-left: 2%;
32 border-radius: 3px;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070033}
34
35#bundle td {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070036 font-size: 90%;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070037}
38#bundle td.icon {
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070039 text-align: center;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070040 width: 50px;
41 height: 50px;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070042 padding: 4%;
43}
44#bundle td.name {
45 border-left: solid 1px rgba(136, 0, 0, 0.25);
46 padding-left: 3%;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070047}
48#bundle td.desc {
49 width: 50%;
50 text-align: left;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070051 font-style: italic;
52}
Bri Prebilic Colee2958f22015-05-26 17:18:23 -070053/* animation specific */
54#bundle tr.fadein.ng-leave td.name,
55#bundle tr.fadein.ng-leave-active td.name {
56 opacity: 0;
57 border: none;
58}
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070059
60#bundle h2 {
61 text-align: center;
62 padding: 3%;
63 background-color: rgba(173, 216, 230, 0.75);
64 border-top-left-radius: 5px;
65 border-top-right-radius: 5px;
66 color: white;
67 font-weight: normal;
68}
69
70div#available {
71 padding: 5%;
72}
73
74#available p {
75 text-indent: initial;
76 text-align: initial;
Bri Prebilic Cole10570eb2015-05-20 16:23:52 -070077}
78
79#available button {
80 float: right;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070081 width: 33%;
82 margin-top: 5%;
83}