diff --git a/rhodecode/public/css/buttons.less b/rhodecode/public/css/buttons.less index 046bf0f5..ee485e3a 100644 --- a/rhodecode/public/css/buttons.less +++ b/rhodecode/public/css/buttons.less @@ -259,6 +259,13 @@ input[type="button"] { &:not(.open) .btn-action-switcher-container { display: none; } + + .btn-more-option { + margin-left: -1px; + padding-left: 2px; + padding-right: 2px; + border-left: 1px solid @grey3; + } } diff --git a/rhodecode/templates/files/files_browser.mako b/rhodecode/templates/files/files_browser.mako index f3d1209d..9d0b0795 100644 --- a/rhodecode/templates/files/files_browser.mako +++ b/rhodecode/templates/files/files_browser.mako @@ -24,7 +24,7 @@ ${_('Add File')} - + diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako index 6e096e15..c4a9a6f2 100644 --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -512,7 +512,7 @@ ${_('Update commits')} - + diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako index 3f41a87e..1bd225a1 100644 --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -193,7 +193,7 @@ ## replaced by some JS on select - +