blob: 6e1fa2ff356464b4545bfcae3f2eb2121ab15932 [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%;
22}
23
24#bundle table {
25 width: 100%;
26}
27
28#bundle td {
29 text-align: center;
30}
31#bundle td.icon {
32 width: 50px;
33 height: 50px;
34}
35#bundle td.desc {
36 width: 50%;
37 text-align: left;
38}
39
40#available button {
41 float: right;
42}