Skip to content

Commit

Permalink
fixed issue Misplaced Filter menu in Organization Profile #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
saransh1510 committed Aug 23, 2017
1 parent 38bc28a commit 4144cab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apinf_packages/api_filter/client/form/filter_form.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence
top: 50px;
right: 15px;
padding: 10px;
width: 30%;
width: 100%;
visibility: hidden;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion apinf_packages/organizations/client/profile/apis/apis.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11 -->

<template name="organizationApis">
<div class="form-inline pull-right">
<div class="form-inline pull-right filter-dropdown">
{{# if hasApi }}
{{> apiSortingToolbar }}
{{> apisFilterIcon }}
Expand Down
4 changes: 4 additions & 0 deletions apinf_packages/organizations/client/profile/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence
font-size: 1.3em;
margin-bottom: 0.8em;
}

.filter-dropdown{
position: relative;
}

0 comments on commit 4144cab

Please sign in to comment.