Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / views / support / contact-us / contact-us.less
index 6fd0a42..9b463e4 100644 (file)
@@ -12,6 +12,7 @@
 
   .w-ecomp-main-view-title{
         font-family: Omnes-ECOMP-W02,Arial;
+        font-size: 20px;
   }
   
   #title{
@@ -30,6 +31,8 @@
     padding-left: 0;
     padding-bottom: 32px;
     width: 100%;
+    height:100%;
+    overflow:auto;
    
 
     .contactUs-general-div {
        padding-top: 5px;
        padding-bottom: 5px;
 }
+
+.contactUs-table-ht {
+       height:60px;
+}
+
+.contactUs-table-spn {
+       top:20px;
+}
+
+.contactUs-table-title-spn {
+       float: right; 
+       margin-right: 30px; 
+       margin-top:20px;
+}
+
+.contactUs-collapsible-panel-spn {
+       margin-bottom: 20px;
+}
        
+.contactUs-main-table {
+       border-spacing: 10px 5px; 
+       max-width:950px; 
+       margin:10px;
+}      
+       
+.contactUs-main-panel-labels {
+       width: 120px;
+}
+
+.contactUs-main-panel-value {
+       width: 830px;
+}
+
+.contactUs-table-ht {
+       height:auto;
+}
+
+
 }