blob: 9ebbe4665b1470197125d7873be869eb06735321 [file] [log] [blame]
Bri Prebilic Colee0311892015-05-15 11:27:15 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Colee0311892015-05-15 11:27:15 -07003 *
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 Cole60553c82015-06-05 08:50:17 -070018 width: 100%;
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070019 height: 30px;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070020 background-color: white;
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 Colebdd6b3b2015-05-22 15:44:18 -070027 z-index: 100;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070028 box-shadow: 0 10px 5px 10px gray;
Bri Prebilic Colee0311892015-05-15 11:27:15 -070029}
30
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070031.foot div {
32 position: absolute;
33 top: 50%;
34 transform: translate(0, -50%);
Bri Prebilic Cole0e35b822015-05-21 13:29:38 -070035 font-style: italic;
36 font-size: 12px;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070037 color: #3C3C3C;
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070038}
39
40.foot div.left {
41 left: 25px;
42}
43
44.foot div.right {
45 right: 25px;
Bri Prebilic Colee0311892015-05-15 11:27:15 -070046}