nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / styles / att-abs.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .c-ecomp-att-abs-table{
21     width: 100%;
22     height: 600px;
23     overflow-x: auto;
24     overflow-y: auto;
25
26     .tablesorter-default {
27         border: 1px solid @q;
28
29         th,
30         thead td {
31             .n16m;
32             color: @n;
33             background-color: @r;
34             border-collapse: collapse;
35             //border-top-style: none;
36             //border: 1px solid @q;
37             padding: 0;
38             font-weight: 700;
39             height: 38px;
40         }
41
42         tbody tr td {
43             .o16m;
44             background-color: @u;
45             border-left: 1px solid @q;
46             background-color: @u;
47             border-bottom: 1px solid @q;
48             height: 32px;
49             div {
50                 line-height: 32px;
51             }
52         }
53
54         tbody tr.alt-row td {
55             background: @t;
56             padding: 12px 16px;
57         }
58         .tablesorter-search-highlight {
59             font-weight: bold;
60         }
61     }
62 }
63
64 .c-ecomp-att-abs-select{
65     width: @select-width;
66     display: inline-block;
67     margin-right: 10px;
68     .select2-chosen{
69         width: @select-width;
70         line-height: 20px;
71     }
72     .select2-container .select2-choice {
73         width: @select-width;
74         border-radius: 6px;
75         border-color: @q;
76     }
77
78   .select2-results {
79     width: @select-width;
80     background-color: @u;
81   }
82
83     .form-field, .form-field-input-container {
84         width: @select-width;
85     }
86 }