diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-03-04 18:05:53 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-03-04 18:05:53 +0000 |
commit | cb73470b933088721dbfa63840f191307a79a394 (patch) | |
tree | 22b90fcc9ce9f9011cb86f279cb76f2b1a76072d /app/views | |
parent | a697b015f7c44befb2e51e66828ee2adc62868e1 (diff) | |
parent | c10bb7b50acba0a71fbbe08a97e904f455dc9f05 (diff) | |
download | gitlab-ce-cb73470b933088721dbfa63840f191307a79a394.tar.gz |
Merge branch 'dropdown-design-update' into 'master'
Updated dropdown CSS
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
![Screen_Shot_2016-03-04_at_12.23.49](/uploads/6f2047ec1b72974334fa56e6895a32be/Screen_Shot_2016-03-04_at_12.23.49.png)
See merge request !3092
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/explore/projects/_dropdown.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/_dropdown.html.haml b/app/views/explore/projects/_dropdown.html.haml index 87c556adc7d..a4b4cd8d6c7 100644 --- a/app/views/explore/projects/_dropdown.html.haml +++ b/app/views/explore/projects/_dropdown.html.haml @@ -6,7 +6,7 @@ - else = sort_title_recently_updated %b.caret - %ul.dropdown-menu + %ul.dropdown-menu.dropdown-menu-align-right %li = link_to explore_projects_filter_path(sort: sort_value_name) do = sort_title_name |