blob: ad03110b34a4e42d1827624a0fd622ed1eb75b8d [file] [log] [blame]
Bri Prebilic Colee2958f22015-05-26 17:18:23 -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 Colef34c9892015-06-08 11:51:01 -070017#user div {
18 padding-top: 2%;
19}
20
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070021#user div.main-left {
22 width: 98%;
23 padding-left: 1%;
24}
25#user div.main-left.family {
Bri Prebilic Colef34c9892015-06-08 11:51:01 -070026 width: 62%;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070027 padding-left: 1%;
28}
29
30#user div.main-right {
31 width: 0;
32}
33#user div.main-right.family {
34 width: 37%;
35}
36
37#user table.user-info,
38#user table.user-form {
Bri Prebilic Coled050a4b2015-05-27 15:53:30 -070039 float: left;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070040 width: 100%;
41}
42
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070043#user table.user-info th,
44#user table.user-form th {
45 text-align: left;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070046 padding: 2% 1%;
47}
48
49#user div.main-left.family table.user-info th,
50#user div.main-right.family table.user-form th {
51 padding: 17px;
52}
53
54#user div.main-left.family table.user-info td,
55#user div.main-right.family table.user-form td {
56 padding: 10px;
57 height: 23px;
58}
59#user table.user-info td {
60 padding: 1%;
61}
Bri Prebilic Colef34c9892015-06-08 11:51:01 -070062
63#user table.user-form td {
64 border-left: 1px solid #CE5650;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070065}
66
Bri Prebilic Colef34c9892015-06-08 11:51:01 -070067#user table.user-form td.buttons {
68 text-align: right;
69 border: none;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070070}
71
72#user table.user-form tr.options td {
73 padding-left: 5%;
74}
75
76#user select,
77#user select:focus {
78 border: none;
79}
80
81#user select {
82 font-size: 95%;
83}
84
85#user option,
86#user option:focus {
87 border: none;
88}
89
90#user option[selected] {
91 background-color: rgb(122, 188, 229);
92}
93
94#user label {
95 font-weight: bold;
96 display: block;
97 text-align: center;
98 padding: 5%;
99}
100
101#user input[type="button"],
102#user input[type="reset"] {
103 width: 30%;
104}
105
Bri Prebilic Cole60553c82015-06-05 08:50:17 -0700106#user td.buttons div {
107 display: inline;
108}
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -0700109#user td.buttons svg {
110 vertical-align: middle;
Bri Prebilic Coled050a4b2015-05-27 15:53:30 -0700111}