[PORTAL-7] Rebase
[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   }