blob: 8e55b9a4fda62543590124be814a665afa4ff75e [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 Cole8db16402015-05-18 13:50:31 -070019 height: 20px;
20 background-color: gray;
21 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 Colee0311892015-05-15 11:27:15 -070027}
28
Bri Prebilic Cole8db16402015-05-18 13:50:31 -070029.foot div {
30 position: absolute;
31 top: 50%;
32 transform: translate(0, -50%);
33}
34
35.foot div.left {
36 left: 25px;
37}
38
39.foot div.right {
40 right: 25px;
Bri Prebilic Colee0311892015-05-15 11:27:15 -070041}