@@ -3545,7 +3545,6 @@ label.checkbox{font-weight:400}
3545
3545
.osc-form span .fa .visible-xs-inline {margin-right : 10px }
3546
3546
.osc-form .flow {border-top : 1px solid rgba (0 , 0 , 0 , .15 );display : table;margin-top : 40px ;width : 100% }
3547
3547
.osc-form .flow > .flow-block {display : inline-block}
3548
- .catalog-fluid , .data-toolbar {display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex}
3549
3548
.osc-form .flow > .flow-block .action , .osc-form .flow > .flow-block .right {font-size : 11px ;font-weight : 400 }
3550
3549
.osc-form .flow > .flow-block > ul .list-inline {margin-bottom : 0 }
3551
3550
.osc-form .flow > .flow-block > ul .list-inline > li {font-size : 11px ;text-align : left}
@@ -3570,7 +3569,7 @@ label.checkbox{font-weight:400}
3570
3569
.catalog .tile-image h3 small , .catalog .tile-template h3 small {vertical-align : 1px }
3571
3570
.catalog .tile-image a .tag , .catalog .tile-template a .tag {text-decoration : none}
3572
3571
.catalog .tile-image a .tag : hover , .catalog .tile-template a .tag : hover {color : # 000 ;background : # dfdfdf ;text-decoration : none}
3573
- .catalog-fluid {display : flex;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column}
3572
+ .catalog-fluid {display : -webkit-flex; display : -moz-flex; display : -ms-flexbox; display : -ms-flex; display : flex;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column}
3574
3573
@media (min-width : 992px ){.catalog-fluid .tile-image : nth-child (odd), .catalog-fluid .tile-template : nth-child (odd){margin-right : 20px }
3575
3574
}
3576
3575
@media (min-width : 768px ){.catalog-fluid {-webkit-flex-direction : row;-moz-flex-direction : row;-ms-flex-direction : row;flex-direction : row;-webkit-flex-wrap : wrap;-moz-flex-wrap : wrap;-ms-flex-wrap : wrap;flex-wrap : wrap;-webkit-justify-content : flex-start;-moz-justify-content : flex-start;justify-content : flex-start;-ms-flex-pack : start}
@@ -3709,8 +3708,7 @@ labels+.resource-details{margin-top:10px}
3709
3708
copy-to-clipboard .input-group {max-width : 300px }
3710
3709
.strong {font-weight : 700 }
3711
3710
.tech-preview-header {justify-content : space-between}
3712
- .data-toolbar {-webkit-flex : 1 1 0% ;-moz-flex : 1 1 0% ;-ms-flex : 1 1 0% ;flex : 1 1 0% ;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column;display : flex;-webkit-flex-wrap : wrap;-moz-flex-wrap : wrap;-ms-flex-wrap : wrap;flex-wrap : wrap;padding : 5px 0 }
3713
- .navbar-pf-alt .navbar-header , project-filter {display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex}
3711
+ .data-toolbar {-webkit-flex : 1 1 0% ;-moz-flex : 1 1 0% ;-ms-flex : 1 1 0% ;flex : 1 1 0% ;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column;display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex;display : flex;-webkit-flex-wrap : wrap;-moz-flex-wrap : wrap;-ms-flex-wrap : wrap;flex-wrap : wrap;padding : 5px 0 }
3714
3712
@media (min-width : 768px ){.data-toolbar {-webkit-flex-direction : row;-moz-flex-direction : row;-ms-flex-direction : row;flex-direction : row}
3715
3713
}
3716
3714
.data-toolbar .other-resources-toolbar .data-toolbar-dropdown {min-width : 250px }
@@ -3719,18 +3717,20 @@ copy-to-clipboard .input-group{max-width:300px}
3719
3717
}
3720
3718
.data-toolbar .data-toolbar-filter .form-group input , project-filter .filter .navbar-filter-widget .label-filter {width : 100% }
3721
3719
.data-toolbar .data-toolbar-dropdown {min-width : 160px }
3722
- .data-toolbar .data-toolbar-filter {margin-top : 10px ;min-width : 75px }
3720
+ .data-toolbar .data-toolbar-filter {min-width : 75px }
3721
+ @media (min-width : 768px ){.data-toolbar .data-toolbar-filter {display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex;display : flex;-webkit-flex : 1 1 auto;-moz-flex : 1 1 auto;-ms-flex : 1 1 auto;flex : 1 1 auto}
3722
+ }
3723
+ .navbar-pf-alt .navbar-header , project-filter {display : -webkit-flex;display : -moz-flex;display : -ms-flexbox;display : -ms-flex}
3723
3724
.data-toolbar .data-toolbar-filter .form-group {margin-bottom : 0 ;min-width : 75px }
3724
3725
.data-toolbar .data-toolbar-views {-webkit-flex : 0 1 auto;-moz-flex : 0 1 auto;-ms-flex : 0 1 auto;flex : 0 1 auto;text-align : right}
3725
3726
@media (min-width : 1200px ){.data-toolbar .data-toolbar-views {-webkit-flex : 0 1 auto;-moz-flex : 0 1 auto;-ms-flex : 0 1 auto;flex : 0 1 auto}
3726
3727
}
3727
3728
project-filter {display : flex;-webkit-flex : 1 0 0% ;-moz-flex : 1 0 0% ;-ms-flex : 1 0 0% ;flex : 1 0 0% ;-webkit-flex-direction : column;-moz-flex-direction : column;-ms-flex-direction : column;flex-direction : column}
3728
3729
@media (max-width : 767px ){project-filter {min-width : initial}
3729
3730
}
3730
- project-filter .label-filtering-remove-all {background-color : # 39a5dc!important }
3731
- @media (min-width : 768px ){.data-toolbar .data-toolbar-filter {margin-top : 0 }
3732
- project-filter .filter .navbar-filter-widget .label-filter {min-width : 50% ;width : auto}
3731
+ @media (min-width : 768px ){project-filter .filter .navbar-filter-widget .label-filter {min-width : 50% ;width : auto}
3733
3732
}
3733
+ project-filter .label-filtering-remove-all {background-color : # 39a5dc!important }
3734
3734
.ellipsis-pulser {padding : 10px ;text-align : center}
3735
3735
.ellipsis-pulser .ellipsis-dark .dot .pulse : after , .ellipsis-pulser .ellipsis-dark .dot .pulse : before {background : # 333 }
3736
3736
.ellipsis-pulser .ellipsis-dark .ellipsis-msg {color : # 333 }
@@ -3774,7 +3774,8 @@ h2+.list-view-pf{margin-top:20px}
3774
3774
.list-view-pf-description {-ms-flex : 1 0 55% ;flex : 1 0 55% }
3775
3775
.list-view-pf-main-info {padding-bottom : 10px ;padding-top : 10px }
3776
3776
.list-view-pf .list-group-item-heading small {overflow : hidden;text-overflow : ellipsis;color : # 9c9c9c }
3777
- @media (min-width : 992px ){.list-view-pf .list-group-item-heading , .list-view-pf .list-group-item-text {-ms-flex : 1 0 auto;flex : 1 0 auto;margin : 0 ;padding : 0 20px 0 0 ;width : 50% }
3777
+ @media (min-width : 992px ){project-filter .filter .navbar-filter-widget .label-filter {min-width : 30% }
3778
+ .list-view-pf .list-group-item-heading , .list-view-pf .list-group-item-text {-ms-flex : 1 0 auto;flex : 1 0 auto;margin : 0 ;padding : 0 20px 0 0 ;width : 50% }
3778
3779
.list-view-pf-additional-info {width : 40% }
3779
3780
.list-view-pf-description {width : 60% }
3780
3781
}
0 commit comments