# HG changeset patch # User Daniel Dourvaris # Date 2020-07-16 19:46:12 # Node ID 4106ec779281dafe57a867f56112691a1bb88e1b # Parent 0c3973892f78f94151dda9c86bc08af64f0cf5c6 ui: make the action buttons with more-option have a divider + removed inline styles. diff --git a/rhodecode/public/css/buttons.less b/rhodecode/public/css/buttons.less --- 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 --- 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 --- 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 --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -193,7 +193,7 @@ ## replaced by some JS on select - +