nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / dashboard / dashboard-widget.controller.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  .searchLiHeader {
21 font-weight: bold; 
22 color: #0574ac; 
23 font-size: 16px;
24 padding-bottom: 10px;
25 line-height: 1.5;
26 font-family: arial;
27
28 }
29
30 .searchLiItems{
31 cursor: pointer;
32 font-weight: normal; 
33 font-size: 12px;
34 color: #444444;
35 font-family: arial;
36 }
37
38 .searchUl {
39 list-style: none; 
40 border-bottom: 1px solid #bbb; 
41 padding-bottom: 20px;
42 }
43
44 #editWidgetsContent {
45     height: 300px;
46     width: 1770px;
47 }
48
49 #editWidgetsContent .scroll-viewport {
50     height: 300px;
51     width: 1770px;
52 }
53
54 .full button span {
55     background-color: limegreen;
56     border-radius: 32px;
57     color: black;
58 }
59
60 .partially button span {
61     background-color: orange;
62     border-radius: 32px;
63     color: black;
64   }
65   
66   .add-widget-field{
67         width:250px;
68         display: inline-table;
69         margin:10px;
70         
71   }
72   .uib-datepicker-popup {
73         th {
74                 vertical-align: middle !important;
75         }
76   }
77   
78   .input-text-area {
79           font-style: italic;
80           padding: 7px 10px;
81           width: 250px !important;
82           display: inline-block;
83           position: relative;
84           margin-bottom: 10px;
85           border-radius: 6px;
86           border: 1px solid #d8d8d8;
87           height: 32px;
88           border-color: slategrey !important;
89   }
90   .input-inline-edit-text {
91           font-style: italic;
92           padding: 7px 10px;
93           display: inline-block;
94           position: relative;
95           margin-bottom: 10px;
96           border-radius: 6px;
97           border: 1px solid #d8d8d8;
98           height: 32px;
99           border-color: slategrey !important;
100           width:100%;
101   }