b4cb0100b0e6417affd56bd940755b235590c7cf
[portal.git] / ecomp-portal-FE-common / client / app / views / dashboard / dashboard-widget.controller.less
1 .searchLiHeader {
2 font-weight: bold; 
3 color: #0574ac; 
4 font-size: 16px;
5 padding-bottom: 10px;
6 line-height: 1.5;
7 font-family: Omnes-ECOMP-W02,Arial;
8
9 }
10
11 .searchLiItems{
12 cursor: pointer;
13 font-weight: normal; 
14 font-size: 12px;
15 color: #444444;
16 font-family: Omnes-ECOMP-W02,Arial;
17 }
18
19 .searchUl {
20 list-style: none; 
21 border-bottom: 1px solid #bbb; 
22 padding-bottom: 20px;
23 }
24
25 #editWidgetsContent {
26     height: 300px;
27     width: 1770px;
28 }
29
30 #editWidgetsContent .scroll-viewport {
31     height: 300px;
32     width: 1770px;
33 }
34
35 .full button span {
36     background-color: limegreen;
37     border-radius: 32px;
38     color: black;
39 }
40
41 .partially button span {
42     background-color: orange;
43     border-radius: 32px;
44     color: black;
45   }
46   
47   .add-widget-field{
48         width:250px;
49         display: inline-table;
50         margin:10px;
51         
52   }
53   .uib-datepicker-popup {
54         th {
55                 vertical-align: middle !important;
56         }
57   }
58   
59   .input-text-area {
60           font-style: italic;
61           padding: 7px 10px;
62           width: 250px !important;
63           display: inline-block;
64           position: relative;
65           margin-bottom: 10px;
66           border-radius: 6px;
67           border: 1px solid #d8d8d8;
68           height: 32px;
69           border-color: slategrey !important;
70   }
71   .input-inline-edit-text {
72           font-style: italic;
73           padding: 7px 10px;
74           display: inline-block;
75           position: relative;
76           margin-bottom: 10px;
77           border-radius: 6px;
78           border: 1px solid #d8d8d8;
79           height: 32px;
80           border-color: slategrey !important;
81           width:100%;
82   }
83   .heading1-txt {
84            margin-top: 10px; 
85            margin-bottom: 10px;
86   }
87   .manage-widgets-txt {
88         margin-top: 25px;
89   }
90   .widget-table-control {
91         margin:30px;
92   }
93   .widget-table {
94         height:300px;
95   }
96   .widget-field {
97         margin-top: 15px; 
98         margin-left: -80px;
99   }
100   .widget-add {
101         font-size:18px;
102   }
103   .widget-type-txt-area {
104         margin-top: 0px; 
105         margin-bottom: 0px; 
106         height: 150px;
107   }
108   .widget-button-height {
109         height:50px;
110   }
111   .widget-button {
112         float:right; 
113         margin-top:20px;
114   }
115    .widget-close-button {
116         float:right;
117   } 
118   
119  .add-widget-field .btn-calendar-icon {
120    position: relative;
121    width: 20px;
122    right: 25px;
123    top: 0px;
124 }
125 .dialog-control{
126 bottom:30px;
127 }
128 input[type="text"]:focus {
129     z-index: 0;
130 }
131
132  .get-access-table{
133   height:500px;
134   overflow:auto;
135   }
136   
137