Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / functionalMenu / functionalMenu-dialog / modal-details.modal.less
index ce434b4..c63a63e 100644 (file)
@@ -1,11 +1,11 @@
 .functionalMenu-details-modal {
-  height: 520px;
+  //height: 520px;
   
  
   .title {
     //.n18r;
     .dGray18r;  //ECOMP Dark Gray
-    border-bottom: @blue-active 3px solid;
+   // border-bottom: @blue-active 3px solid;
  }
 
  .span6{
@@ -23,17 +23,20 @@ padding-top: 10px;
 .functionalMenu-height{
 height:35px;
 width:140%;
+font-family:Omnes-ECOMP-W02, Arial;
+
 
 }
 
  select {
     max-width: 150%;
-    width: 380px;
+    width: 70%;
                }
-.btn{
-font-family: clearview_att_regular;
-    font-size: 14px !important;
-}
+               
+               .multiple-select{
+               width:70%;
+               }
+
 .btn-group.open .dropdown-toggle {
     -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
@@ -88,8 +91,8 @@ font-family: clearview_att_regular;
 
   .functionalMenu-properties-main {
     padding: 16px;
-    height: 306px;
-    overflow-y: visible;
+    height: 359px;
+    overflow: auto;
     input[type=checkbox][disabled]{
     height:13px;
     }
@@ -151,10 +154,15 @@ font-family: clearview_att_regular;
           color: @funcGreen;
           font-size: 9px;
         }
+       
       }
 
     }
 
   }
-
+ .dialog-control{
+        position: relative;
+    bottom: 16px;
+    float: right;
+        }
 }