blob: f6b511d1ab1a7d4a8ceae61aa4d68dc53bdd280e [file] [log] [blame]
Bri Prebilic Colee0311892015-05-15 11:27:15 -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
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070017div.foot {
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070018 width: 960px;
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070019 height: 30px;
20 background-color: rgb(122, 188, 229);
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070021 position: absolute;
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070022 left: 0;
23 right: 0;
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070024 bottom: 0;
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070025 margin-left: auto;
26 margin-right: auto;
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070027 border-top-left-radius: 3px;
28 border-top-right-radius: 3px;
Bri Prebilic Colebdd6b3b2015-05-22 15:44:18 -070029 z-index: 100;
Bri Prebilic Colee0311892015-05-15 11:27:15 -070030}
31
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070032.foot div {
33 position: absolute;
34 top: 50%;
35 transform: translate(0, -50%);
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070036 font-style: italic;
37 font-size: 12px;
38 color: rgba(255, 255, 255, 0.7);
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070039}
40
41.foot div.left {
42 left: 25px;
43}
44
45.foot div.right {
46 right: 25px;
Bri Prebilic Colee0311892015-05-15 11:27:15 -070047}