Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / users / new-user-dialogs / new-user.modal.less
index 68c23e5..8a44b11 100644 (file)
@@ -4,7 +4,7 @@
   .user-apps-roles{
     .title{
       //.n18r;
-      .dGray18r;  //AT&T Dark Gray
+      .dGray18r;  
       border-bottom: @portalDBlue 3px solid;
     }
        
           vertical-align: middle;
         }
 
-        .app-item-right-error{
-          .portalRed;
-          padding: 7px 7px 7px 7px;
-          display:inline-block;
-          width: 45%;
-          border-radius: 2px;
-          border: 1px solid @portalLGray;
-          background: @portalWhite;
-          vertical-align: middle;
-        }
-
-        .app-item-right-contacting{
-          .portalGreen;
-          padding: 7px 7px 7px 7px;
-          display:inline-block;
-          width: 45%;
-          border-radius: 2px;
-          border: 1px solid @portalLGray;
-          background: @portalWhite;
-          vertical-align: middle;
-        }
-
         .app-select-left{
           width: 45%;
           margin-right: 10px;
 
 
         .app-item-delete{
-          .ico_trash_default;
-          display: inline-block;
-          vertical-align: 2px;
-          cursor: pointer;
-          position: relative;
-          top: 6px;
-          color: transparent;
-          margin-left: 8px;
-
+          margin-right: -20px;
+          float: right; 
+          margin-top: -22px;
         }
 
       }
 
   }
 }
+
+       .icon-misc-trash {
+               font-size: 20px;
+       }
+       
+       .app-item-right-error{
+          .portalRed;
+          padding: 7px 7px 7px 7px;
+          display:inline-block;
+          width: 45%;
+          border-radius: 2px;
+          border: 1px solid @portalLGray;
+          background: @portalWhite;
+          vertical-align: middle;
+    }
+        
+     .app-item-right-contacting{
+          .portalGreen;
+          padding: 7px 7px 7px 7px;
+          display:inline-block;
+          width: 45%;
+          border-radius: 2px;
+          border: 1px solid @portalLGray;
+          background: @portalWhite;
+          vertical-align: middle;
+    }