diff --git a/app/assets/stylesheets/ref_select.scss b/app/assets/stylesheets/ref_select.scss index 6f6a1bc983d598a1c3669d9711696f400cffa352..10157b0a733a083df81899e7476244fbc82131d0 100644 --- a/app/assets/stylesheets/ref_select.scss +++ b/app/assets/stylesheets/ref_select.scss @@ -10,6 +10,7 @@ } .project-refs-select { width:120px; + margin-right: 7px; } .project-refs-form .chzn-container { diff --git a/app/views/refs/_tree.html.haml b/app/views/refs/_tree.html.haml index 6f8175da7a033df2b21b8e882b98a7951f9a36e2..c231c40735c3bd73a2cf0940bd4e1b941ef40419 100644 --- a/app/views/refs/_tree.html.haml +++ b/app/views/refs/_tree.html.haml @@ -51,8 +51,6 @@ :javascript $(function(){ - $('select#branch').selectmenu({style:'popup', width:200}); - $('select#tag').selectmenu({style:'popup', width:200}); $('.project-refs-select').chosen(); history.pushState({ path: this.path }, '', "#{@history_path}");