1ac5963fba603454610e825e3bfe45946e88556f
[portal.git] / ecomp-portal-FE-common / client / app / views / admins / add-admin-dialogs / new-admin.modal.less
1 .new-admin-modal {
2   height: 430px;
3   margin-left: 20px;
4   height: 350px;
5
6   .search-users {
7   }
8
9   .admin-app-roles {
10     .title {
11       //.n18r;
12       .dGray18r;  
13       border-bottom: @blue-active 3px solid;
14
15     }
16
17     .app-roles-main {
18       margin-top: 16px;
19       .app-roles-main-title {
20         .dGray14r;
21         margin-bottom: 8px;
22         .left {
23           display: inline-block;
24         }
25         .right {
26           display: inline-block;
27           color: @blue-active;
28           float: right;
29           cursor: pointer;
30         }
31       }
32
33       .select-input{
34         width: 460px;
35       }
36
37       .new-administrated-app {
38         height: 30px;
39         line-height: 30px;
40
41         border: 1px solid @portalGray;
42         margin-bottom: 8px;
43         border-radius: 2px;
44         padding-left: 6px;
45         padding-top: 0;
46         width: 100%;
47         .dGray14r;
48       }
49
50       .admin-roles-list {
51         height: 185px;
52         overflow-y: auto;
53       }
54
55       .administrated-application {
56         width: 460px;
57         height: 30px;
58         border: 1px solid @portalGray;
59         margin-bottom: 8px;
60         border-radius: 2px;
61         padding: 6px;
62         .dGray14r;
63         display: inline-block;
64
65       }
66
67       .delete-application {
68         .ico_trash_default;
69         display: inline-block;
70         vertical-align: 4px;
71         cursor: pointer;
72         position: relative;
73         top: 6px;
74         color: transparent;
75         margin-left: 8px;
76       }
77       
78       .awd-select-list {
79                 max-height: 205px;
80                 }
81
82     }
83
84   }
85   
86   .adminForm-title {
87         color: #5a5a5a;
88         font-size: 18px;
89         border-bottom: #067ab4 3px solid;
90         margin-left:0px;
91   }
92   
93   .adminForm-name-property-label {
94         margin-bottom: 5px;    
95         color: #5a5a5a;       
96         font-size: 14px;    
97         font-weight: bold;    
98         padding-top: 20px;
99   }
100  
101   .adminForm-requiredId {
102         color: red;
103   }
104   
105   .adminForm-name-property-required {
106                 color: #cf2a2a; 
107                 font-size: 10px;
108    }
109    
110    .adminForm-property-required-small {
111                 position: absolute;
112    }
113    
114    .adminForm-code-property-label {
115                 margin-bottom: 5px;    
116                 color: #5a5a5a;       
117                 font-size: 14px;    
118                 font-weight: bold;    
119                 padding-top: 20px;
120   }
121   
122   .adminForm-code-property-input {
123                 display: inline-block; 
124                 width: 338px; 
125                 //height: 40px;
126   }
127   
128   .adminForm-code-property-required {
129                 color: #cf2a2a; 
130                 font-size: 10px;
131    }
132    
133 }
134