8a44b1102a72e2bcfd4f220c2c2b3aba76630fd9
[portal.git] / ecomp-portal-FE-common / client / app / views / users / new-user-dialogs / new-user.modal.less
1 .new-user-modal {
2   height: 430px;
3
4   .user-apps-roles{
5     .title{
6       //.n18r;
7       .dGray18r;  
8       border-bottom: @portalDBlue 3px solid;
9     }
10         
11         input:not([type="button"]) {
12     height: 13px;
13         } 
14         
15     .app-roles-list{
16       height: 286px;
17       overflow-y: auto;
18       
19       .app-item{
20         border: 1px solid @portalLGray;
21         border-radius: 2px;
22         background-color: @funcBkgGray;
23
24         padding: 10px;
25         margin-top: 8px;
26         //margin-right: 6px;
27         //margin-left: 6px;
28
29         .app-item-left{
30           padding-top: 0;
31           line-height: 30px;
32           height: 30px;
33           vertical-align: middle;
34           display:inline-block;
35           width: 45%;
36           border-radius: 2px;
37           border: 1px solid @portalLGray;
38           margin-right: 10px;
39           padding-left: 4px;
40           background: @portalWhite;
41           white-space: nowrap;
42
43         }
44         .app-item-right{
45           display:inline-block;
46           width: 45%;
47           border-radius: 2px;
48           border: 1px solid @portalLGray;
49           background: @portalWhite;
50           vertical-align: middle;
51         }
52
53         .app-select-left{
54           width: 45%;
55           margin-right: 10px;
56           vertical-align: middle;
57
58
59           .select-field{
60             padding-top: 0;
61             line-height: 30px;
62             height: 30px;
63             vertical-align: middle;
64             border-radius: 2px;
65             border: 1px solid @portalLGray;
66             margin-right: 10px;
67             padding-left: 4px;
68             background: @portalWhite;
69             display:inline-block;
70           }
71         }
72
73
74         .app-item-delete{
75           margin-right: -20px;
76           float: right; 
77           margin-top: -22px;
78         }
79
80       }
81     }
82
83   }
84 }
85
86         .icon-misc-trash {
87                 font-size: 20px;
88         }
89         
90         .app-item-right-error{
91           .portalRed;
92           padding: 7px 7px 7px 7px;
93           display:inline-block;
94           width: 45%;
95           border-radius: 2px;
96           border: 1px solid @portalLGray;
97           background: @portalWhite;
98           vertical-align: middle;
99     }
100         
101      .app-item-right-contacting{
102           .portalGreen;
103           padding: 7px 7px 7px 7px;
104           display:inline-block;
105           width: 45%;
106           border-radius: 2px;
107           border: 1px solid @portalLGray;
108           background: @portalWhite;
109           vertical-align: middle;
110     }