Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / admins / add-admin-dialogs / new-admin.modal.less
index 8b304b4..1ac5963 100644 (file)
@@ -1,6 +1,7 @@
 .new-admin-modal {
   height: 430px;
   margin-left: 20px;
+  height: 350px;
 
   .search-users {
   }
@@ -8,7 +9,7 @@
   .admin-app-roles {
     .title {
       //.n18r;
-      .dGray18r;  //AT&T Dark Gray
+      .dGray18r;  
       border-bottom: @blue-active 3px solid;
 
     }
@@ -47,7 +48,7 @@
       }
 
       .admin-roles-list {
-        height: 240px;
+        height: 185px;
         overflow-y: auto;
       }
 
         color: transparent;
         margin-left: 8px;
       }
+      
+      .awd-select-list {
+               max-height: 205px;
+               }
 
     }
 
   }
+  
+  .adminForm-title {
+       color: #5a5a5a;
+       font-size: 18px;
+       border-bottom: #067ab4 3px solid;
+       margin-left:0px;
+  }
+  
+  .adminForm-name-property-label {
+       margin-bottom: 5px;    
+       color: #5a5a5a;       
+       font-size: 14px;    
+       font-weight: bold;    
+       padding-top: 20px;
+  }
+  .adminForm-requiredId {
+       color: red;
+  }
+  
+  .adminForm-name-property-required {
+               color: #cf2a2a; 
+               font-size: 10px;
+   }
+   
+   .adminForm-property-required-small {
+               position: absolute;
+   }
+   
+   .adminForm-code-property-label {
+               margin-bottom: 5px;    
+               color: #5a5a5a;       
+               font-size: 14px;    
+               font-weight: bold;    
+               padding-top: 20px;
+  }
+  
+  .adminForm-code-property-input {
+               display: inline-block; 
+               width: 338px; 
+               //height: 40px;
+  }
+  
+  .adminForm-code-property-required {
+               color: #cf2a2a; 
+               font-size: 10px;
+   }
+   
 }