summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less')
-rw-r--r--ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less28
1 files changed, 18 insertions, 10 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less b/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less
index ce434b47..c63a63e9 100644
--- a/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less
+++ b/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less
@@ -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;
+ }
}