[PORTAL-7] Rebase
[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;  //AT&T Dark Gray
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-item-right-error{
54           .portalRed;
55           padding: 7px 7px 7px 7px;
56           display:inline-block;
57           width: 45%;
58           border-radius: 2px;
59           border: 1px solid @portalLGray;
60           background: @portalWhite;
61           vertical-align: middle;
62         }
63
64         .app-item-right-contacting{
65           .portalGreen;
66           padding: 7px 7px 7px 7px;
67           display:inline-block;
68           width: 45%;
69           border-radius: 2px;
70           border: 1px solid @portalLGray;
71           background: @portalWhite;
72           vertical-align: middle;
73         }
74
75         .app-select-left{
76           width: 45%;
77           margin-right: 10px;
78           vertical-align: middle;
79
80
81           .select-field{
82             padding-top: 0;
83             line-height: 30px;
84             height: 30px;
85             vertical-align: middle;
86             border-radius: 2px;
87             border: 1px solid @portalLGray;
88             margin-right: 10px;
89             padding-left: 4px;
90             background: @portalWhite;
91             display:inline-block;
92           }
93         }
94
95
96         .app-item-delete{
97           .ico_trash_default;
98           display: inline-block;
99           vertical-align: 2px;
100           cursor: pointer;
101           position: relative;
102           top: 6px;
103           color: transparent;
104           margin-left: 8px;
105
106         }
107
108       }
109     }
110
111   }
112 }