aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/sec_group.json
blob: 50776c1efc2acbd5ea2119e7bb90aab64c3ca36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  {
      "tags": "sec_group",
      "name": "sec_group",
      "property": {
        "description": "sec_group",
        "type": "string"
      },
      "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
      "sources": {
        "input": {
          "type": "source-input"
        },
        "default": {
          "type": "source-default",
          "properties": {}
        },
        "config-data": {
          "type": "source-rest",
          "properties": {
            "type": "JSON",
            "url-path": "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/sec_group",
            "path": "/param/0/value",
            "input-key-mapping": {
              "service-instance-id": "service-instance-id",
              "vnf-id": "vnf-id"
            },
            "output-key-mapping": {
              "sec_group": "value"
            },
            "key-dependencies": [
              "service-instance-id",
              "vnf-id"
            ]
          }
        }
      }
    
  }
459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987
/*-
 * ============LICENSE_START==========================================
 * ONAP Portal
 * ===================================================================
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 * ===================================================================
 *
 * Unless otherwise specified, all software contained herein is licensed
 * under the Apache License, Version 2.0 (the "License");
 * you may not use this software except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *             http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Unless otherwise specified, all documentation contained herein is licensed
 * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
 * you may not use this documentation except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *             https://creativecommons.org/licenses/by/4.0/
 *
 * Unless required by applicable law or agreed to in writing, documentation
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * ============LICENSE_END============================================
 *
 * 
 */
 .w-ecomp-dashboard-home {
 .bg_portalWhite;//white for 1702
   position: @page-main-position;
  top: @page-main-top;
  left: @page-main-left;
  right: @page-main-right;
  bottom: @page-main-bottom;
  padding-top: @padding-top;
  overflow-y: @page-main-overflow-y;
  padding-left: @padding-left-side;

  .gridster-item-container .gridster-item-body {
    overflow-y:auto;
    overflow-x:hidden;
  }

  .dashboard-home-container {
      position: relative;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: @container-bottom;

    .dashboard-home-title {
      .blackText24m;
      margin: auto;
      .content_justify;
    }
    
    .portals-list {
      min-height: 70vh;
      //display: flex;
      justify-content: center;
      flex-flow: row wrap;
      width: @table-width;
      //margin-left: 230px;
      margin-bottom: 0px;
	  margin:auto;
      .app-gridster-header {
        background-color: @u;
        font-size:12px;
        overflow:hidden
      }

      .app-gridster-footer {
        background-color: @u;
      }

      .portals-list-item {
        background-color: @u;
        border-radius: 2px;
        box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: 360px;
        height: 300px;
        background-size: cover;
        cursor: pointer;
        margin: 15px;
        overflow: hidden;

        .portals-item-info {
          background-color: @u;
          height: 120px;
          top: 180px;
          position: relative;
          box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1);
          padding: 16px;

          .info-title {
            .blackText24m;
            margin-bottom: 4px;
            
            text-overflow: ellipsis;
            overflow: hidden;
          }
          .info-description {
            .portalDBlue16r;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
          }
          .info-button {
            .btn-green;
            width: 96px;
            position: absolute;
            bottom: 16px;
            left: 16px;
          }

          &:hover {
            opacity: .93;
            z-index: 3;
          }
        }
      }
    }
  }
}
.w-ecomp-main-error{	  
  .portalRed;
  position: absolute;
  width: 100%;
  line-height: 1.5em;	
}
.w-ecomp-main-disclaimer {
  text-align: center;
  .dGray14r;
  //position: absolute;
  bottom: -75px;
  line-height: 1.5em;
  margin: 0 auto;
  width:1170px;
  position: relative;

}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide.ng-hide-add, 
.slide.ng-hide-remove,
.slide.ng-enter,
.slide.ng-leave {
  transition: all 0.5s ease;
}
.slide.ng-hide,
.slide.ng-enter {
  transform: translate(-100%, 0);
}
.slide.ng-enter-active {
  transform: translate(0, 0);
}
.slide.ng-leave {
  transform: translate(0, 0);
}
.slide.ng-leave-active {
  transform: translate(+100%, 0);
}
.dashboard-boarder{
	// border: 2px solid #ccc!important;    
	// border-radius: 16px!important; 
	  height: 210px;
    overflow: auto;
}
.dashboard-information-boarder{
	border: 2px solid #ccc!important; 
	border-radius: 16px!important;    
}

#information-section {
   margin-top:50px;
}

.information-section-title{
    color: #0574ac;
    font-family: Omnes-ECOMP-W02-Bold,Arial;
    font-size: 25px;
    margin: 20px;
    width: 1170px;
}
#left {
    float: left;
    width: 33%;
    height:300px;
    background-color: white;
}

#center {
    float: right;
    width: 33%;
    height:300px;
        background: white;
} 
#right {
    margin-left:34%;
	margin-right:34%;
	height:300px;
	background:white;
}  


/*hover*/


.dock ul{
display: inline-block;

width: auto;
margin: 0px;
padding: 0px;
list-style: none;

}
.dock ul li {
width: auto;
height: auto;
display: inline-block;
bottom: 0;
vertical-align: bottom;
margin-top: -43px;
}
.dock ul li a {
display: block;
height: 150px;
width: 150px;
position: relative;
-webkit-transition-property: width, height,margin-top;
-webkit-transition-duration: 0.5s;
-o-transition-property: width, height,margin-top;
-o-transition-duration: 0.5s;
-moz-transition-property: width, height,margin-top;
-moz-transition-duration: 0.5s;
}
.dock ul li a:hover {
width: 200px;
height: 200px;
margin-top: -50px;
}
.dock ul li a img {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
border: none;
padding: 0px 0px 0px 30px;
}
.dock_left{
width: 31px;
-webkit-transform: rotate(33deg);
-moz-transform: rotate(33deg);
-o-transform: rotate(33deg);
position: relative;
background: #EEE;
overflow: hidden;
float: left;
height: 100px;
z-index: 2;
margin: -18px;
}
.dock_right{
width: 36px;
-webkit-transform: rotate(-33deg);
-moz-transform: rotate(-33deg);
-o-transform: rotate(-33deg);
position: relative;
background: #EEE;
overflow: hidden;
float: left;
height: 100px;
z-index: 2;
margin: -18px;
}




/*Time for the CSS*/
* {margin: 0; padding: 0;}
body {background: #ccc;}

.slider{
	width: 640px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	
	margin: 50px auto;
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/



.accordion {
	width: 895px; height: 320px;
	overflow: hidden;
  box-shadow: 0 10px 6px -6px #111;
  margin: 20px auto
}
.accordion ul { width: 200% }

.accordion li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
  box-shadow: 0 0 30px 8px #222;
	transition: all 0.4s ease .300ms;
}

.accordion ul:hover li {width: 40px }
.accordion ul li:hover {width: 640px }

.caption {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
  bottom: 0;	
	width: 640px
}

.caption a {
	display: block;
	color: #fff;
	text-decoration: none;
  font: normal 16px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
	padding: 15px;
}


/*events*/
.events-date{
	margin-left: 10px; 
	float:left; 
	white-space: normal; 
	display: inline-block; 
	vertical-align: middle;
    width: 55px;
}
.event-title-div{
	float: left;
	width: 235px;
	line-height: 20px;
    padding: 5px;
   	font-size: 14px; 
   	margin-left: 4px;
}
.events-date{
	height: 20px;
	margin-left: 4px; 
	font-size: 14px; 
}
.events-content{
	font-size: 14px; 
	color: #444;
    margin-right: 10px;
}
.events-content-body{
	margin-top:5px;
	color:#444;
	margin-left:12px;
	line-height:1.5;
}
.events {
	border-radius: 4px;
	padding: 3px;
	-webkit-user-select: none;   
}
.events ul {
	float: left;
	width:100%;
	-webkit-user-select: none
}
.events ul li {
	line-height: 30px; 
	list-style: none;
    border-bottom: 2px solid grey;
    height: 100%;
    min-height: 42px;
}
.events ul li:hover {
    background: #ddd;
    cursor: pointer;
}
.events ul li a {
	color: black;
	text-decoration: none;
	font: 14px Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	font-family: "Omnes-ECOMP-W02", Arial;
}
.events-link{
	color: #067ab4 !important; 
}


/*widgets*/

.handle-e{
    width: 5px;
}

.singleBtnBorder {
    border-radius: 6px 6px 6px 6px;  
}

.widgetHeaderBtn{
    
    height: 30px;
    background-color: #FFFFFF;
    position: relative;
    display: inline-block;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 14px;
    min-width: 60px;
    border: none;
    border-radius: 6px;
    background-color: #ffffff;
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: none !important;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    }
  
.widgetHeaderBtnPosition {
	width: 30px;
    min-width: 0px;
    border: 1px solid #AAAAAA;
    padding-left: 3px;
    padding-right: 5px;
    }
    
.icon-anchor {
    color: #888;
}
   
.widgetHeaderBtn:hover, .widgetHeaderBtn:focus {
    background: rgba(0, 0, 0, 0);
    color: #3a7999;
    box-shadow: inset 0 0 0 2px #3a7999;
}
/*news*/

@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -55px}
	50%  {margin-top: -110px}
	75%  {margin-top: -165px}
	100% {margin-top: 0}
}

body { background: #333; width: 100%; height: 100% }

.news {
 
  width: 350px;
  height: 250px;
  margin: 0px auto;
  // overflow: auto;
  border-radius: 4px;
  padding: 3px;
  -webkit-user-select: none;
     
} 



.news ul {
  float: left;
  width:100%;
  // animation: ticker 25s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.news ul li {line-height: 30px; list-style: none;
    border-bottom: 2px solid grey;
    min-height: 42px;
 }
 
.news ul li:hover {
    background: #ddd;
    cursor: pointer;
}

.news ul li a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  width:100%;
  min-height:40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}

.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }
/*resources*/
.resources {
 
  width: 100%;
  height: 200px;
  margin-left: 5px;
  border-radius: 4px;
  padding: 3px;
  -webkit-user-select: none;
     
} 



.resources ul {
  float: left;
  width:100%;
 
  -webkit-user-select: none
}

.resources ul li {line-height: 30px; list-style: none;
    border-bottom: 2px solid grey;
    min-height: 42px;
 }
 
.resources ul li:hover {
    background: #ddd;
    cursor: pointer;
}

.resources ul li a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  width:100%;
  min-height:40px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}


/* OTHER COLORS */
.blue { background: #347fd0 }
.blue span { background: #2c66be }
.red { background: #d23435 }
.red span { background: #c22b2c }
.green { background: #699B67 }
.green span { background: #547d52 }
.magenta { background: #b63ace }
.magenta span { background: #842696 }


/*broadcast*/

.box-one {
  -webkit-transition:all linear 0.4s;
  transition:all linear 0.4s;
  height:100px; width:200px; background:white;    border: 2px solid #ccc!important;
    border-radius: 16px!important;
}
.box-one.ng-hide {
display: block!important;
  opacity:0;
}

.gridsterContent{
	height:120px;
}

.gridster-item{
    z-index:0 !important;
}
.gridsterAppContent{
	height:120px;
	
}

 .gridsterImage{
 	height:84px; 
 	width:168px;
 }
 .grider-content-ecomp{
 	transition: transform 0.5s ease-out;
 }
  .grider-content-ecomp:hover{
    transform: scale(1.1);
}


/*information section*/

.information-section{
	/*margin-top:25px;*/
}
.information-section-gridsterContent{
	/*height:300px;*/
}
.information-sections-gridster-header{
	color: #0574ac;
    font-family: Omnes-ECOMP-W02-Bold,Arial;
    font-size: 25px;
   
}
/*application empty div*/
.app-error-block {
    padding-top: 10px;
   
}
/*news empty div*/
.activity-error-block {
    padding-top: 60px;
   
}

.activity-error-msg1{
	text-align: center;
    margin-top: 20px;
    font-family: "Omnes-ECOMP-W02", Arial;
    color: #444;
    font-size: 20px;
    
}

.newstape {
  background: white;
  color: black;
  height: 400px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

// #newsContainer{
//   overflow:auto;
//   height: 100%;
// }

/*widget header*/
.optionsMenu{
	    position: absolute;
    list-style: none;
    top: 25px;
    right: 10px;
    border: 1px solid #067ab4;
    display: none;
    z-index: 2;
    border-radius: 6px 0px 6px 6px;
    background: #fff;
    width: 130px;
}

.optionsMenuLink {
    position: relative;
    padding-left: 8px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 30px;
    color: #444444;
}
.optionsMenu > li:hover a {
    color: #ffffff !important;
}
.optionsMenu > li {
    width: 100%;
    text-align: left;
}
.optionsMenu > li:hover {
    background-color: #0faaf7;
    border-color: none !important;
    cursor: pointer;
}

.dashboardSortHeader{
   margin-top: -44px;
margin-left: 735px;
}

.dashboard-dropdown
{
position: absolute;
margin-top: -37px;
left: 80%;
top: 42px;
}

#dashboardAddWidgetPreference{
    display: inline-block; 
    font-size: 14px; 
    color: #3e3e3e; 
    width: 69%; 
    text-align: center; 
    padding: 15px 0px 15px 0px;
    font-family: "Omnes-ECOMP-W02", Arial;
}

#dashboardAddWidgetPreference:hover{
    background-color: #0568ae;
    color:white !important; 
}

#dashboardDefaultPreference{
    display: inline-block; 
    font-size: 14px; 
    color: #3e3e3e; 
    width: 30%; 
    text-align: center; 
    padding: 15px 0px 15px 0px; 
    font-family: "Omnes-ECOMP-W02", Arial;
}

#dashboardDefaultPreference:hover{
    background-color: #0568ae;
    color:white !important;    
}

.simulateGridHeader{
	position: relative;
    height: 50px !important;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    background-color: #E5E5E5;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
}

.simulateGridHeaderTitle{
	line-height: 44px;
    margin-left: 26px;
    font-family: "Omnes-ECOMP-W02", Arial;
    font-size: 18px; 
    color: #444444;
    float: left;
}

.simulateGridHeaderHandle{
	cursor: move;
    margin: 12px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    display: block;
}

/* apps gridsters */
ul {
    list-style: none;
}
.gridster-box {
    height: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
 	transition: transform 0.5s ease-out;
}
.gridster-box-header {
    background-color: #fff;
    padding: 0 0px 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 50px !important;
}
.gridster-box-header h3 {
    margin-top: 15px;
    display: inline-block;
    font-family: "Omnes-ECOMP-W02", Arial;
}

.gridster-box-header i {
font-size: 22px; 
}

.gridster-box-content {
    padding: 59px;
}
.gridster-box:hover{
    transform: scale(1.1);
}
.gridster-box-header-btns {
    top: 15px;
    right: 10px;
    position: absolute;
}

/*** widgets ***/
ul {
    list-style: none;
}
.box {
    height: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: "Omnes-ECOMP-W02", Arial;
}
.box-header {
   	height : 50px;
    background-color: #fff;
    padding: 0 30px 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.box-header h3 {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}
.box-content {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 29px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    color: #444444;
    bottom: 0px;
}
.box-header-btns {
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}

#widget-boarder{
  background-color: #eee;
  border: 1px dashed white;
}
.icon-content-gridguide{
cursor:move;
}
  .error-info-txt {
  	display: none; 
  	font-size: 12px; 
  	margin-left: 5px;
  }
  .account-info-msg {
  	color: red;
  }
  .icon-info {
  	margin-left: 50%; 
  	font-size: 90px; 
  	color: black;
  }
  .gridster-box-pointer {
   cursor: pointer;
  }
  .gridster-txt{
  	font-size: 12px;
  }
  .gridster-icon {
  	font-size: 80px; 
  	color: #067ab4;
  }
  .widget-gridster {
  	cursor:move;
  }
  .widgetHeaderBtns-span {
    color: #888;
    margin-left: 1px;
    top: -3px;
    position: relative;
    font-size: 20px;
  }
  .widgetHeaderBtns-img {
  	margin-bottom: 3px; 
  	margin-left: 3px;
  }
  .widget-menu-options {
  	display: block;
  }