From 4d5ea5c67f5e7a5493bde9b9849072998d37b075 Mon Sep 17 00:00:00 2001 From: Daniel Dourvaris Date: Thu, 16 Jul 2020 21:46:12 +0200 Subject: [PATCH] ui: make the action buttons with more-option have a divider + removed inline styles. --- rhodecode/public/css/buttons.less | 7 +++++++ rhodecode/templates/files/files_browser.mako | 2 +- rhodecode/templates/pullrequests/pullrequest_show.mako | 2 +- rhodecode/templates/summary/components.mako | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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 - +