blob: 80a71721122796e683fdd2d389c2f10cf295bf68 [file] [log] [blame]
Bri Prebilic Colee2958f22015-05-26 17:18:23 -07001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Colee2958f22015-05-26 17:18:23 -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 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
Bri Prebilic Coleba9d0522015-06-10 16:08:54 -070049#user span.help:hover {
50 cursor: pointer;
51 color: #CE5650;
52}
53
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070054#user div.main-left.family table.user-info th,
55#user div.main-right.family table.user-form th {
56 padding: 17px;
57}
58
59#user div.main-left.family table.user-info td,
60#user div.main-right.family table.user-form td {
61 padding: 10px;
62 height: 23px;
63}
64#user table.user-info td {
65 padding: 1%;
66}
Bri Prebilic Colef34c9892015-06-08 11:51:01 -070067
68#user table.user-form td {
69 border-left: 1px solid #CE5650;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070070}
71
Bri Prebilic Colef34c9892015-06-08 11:51:01 -070072#user table.user-form td.buttons {
73 text-align: right;
74 border: none;
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -070075}
76
77#user table.user-form tr.options td {
78 padding-left: 5%;
79}
80
81#user select,
82#user select:focus {
83 border: none;
84}
85
86#user select {
87 font-size: 95%;
88}
89
90#user option,
91#user option:focus {
92 border: none;
93}
94
95#user option[selected] {
96 background-color: rgb(122, 188, 229);
97}
98
99#user label {
100 font-weight: bold;
101 display: block;
102 text-align: center;
103 padding: 5%;
104}
105
106#user input[type="button"],
107#user input[type="reset"] {
108 width: 30%;
109}
110
Bri Prebilic Cole60553c82015-06-05 08:50:17 -0700111#user td.buttons div {
112 display: inline;
113}
Bri Prebilic Cole5d6153e2015-05-28 12:03:21 -0700114#user td.buttons svg {
115 vertical-align: middle;
Bri Prebilic Coled050a4b2015-05-27 15:53:30 -0700116}
Bri Prebilic Coleba9d0522015-06-10 16:08:54 -0700117
118#rating-panel th,
119#rating-panel td {
120 text-align: center;
121 padding: 1%;
122 font-weight: lighter;
123}
124
125#rating-panel th.title,
126#rating-panel td.title {
127 width: 125px;
128 text-align: left;
129}
130
131#rating-panel th {
132 background-color: white;
133 padding-top: 3%;
134 border-bottom: 1px solid #CE5650;
135 color: #3C3C3C;
136 font-weight: normal;
137}
138
139#rating-panel tr th:first-child,
140#rating-panel tr td:first-child {
141 padding-left: 5%;
142}
143#rating-panel tr th:last-child,
144#rating-panel tr td:last-child {
145 padding-right: 5%;
146}
147
148div#rating-panel {
149 position: relative;
150 pointer-events: none;
151}
152
153#rating-panel div.ng-hide-add.ng-hide-add-active,
154#rating-panel div.ng-hide-remove.ng-hide-remove-active {
155 -webkit-transition: all linear 0.75s;
156 transition: all linear 0.75s;
157}
158
159#rating-panel div.panel {
160 position: absolute;
161 top: 0;
162 left: -6%;
163 height: 545px;
164 overflow: auto;
165 padding: 0;
166 pointer-events: auto;
167 box-shadow: 0 3px 23px 7px rgb(118, 118, 118);
168 border-radius: 3px;
169}
170#rating-panel table {
171 table-layout: fixed;
172 width: 500px;
173 background-color: white;
174 opacity: 1;
175}
176
177#rating-panel div.ng-hide {
178 opacity: 0;
179 left: -55%;
180}