# HG changeset patch # User Daniel Dourvaris # Date 2019-06-26 07:37:59 # Node ID 35014215fff7a74223310810d9a750caa8d7b9bc # Parent d49953aa681d501d338b5df9ecea26e71ef2da31 pull-requests: fixed layout to be more similar to the designed one. 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 @@ -422,3 +422,23 @@ input[type="reset"] { } } + +.button-links { + float: left; + display: inline; + margin: 0; + padding-left: 0; + list-style: none; + text-align: right; + + li { + + + } + + li.active { + background-color: @grey6; + .border ( @border-thickness, @grey4 ); + } + +} diff --git a/rhodecode/templates/pullrequests/pullrequests.mako b/rhodecode/templates/pullrequests/pullrequests.mako --- a/rhodecode/templates/pullrequests/pullrequests.mako +++ b/rhodecode/templates/pullrequests/pullrequests.mako @@ -20,34 +20,34 @@ <%def name="main()"> + +
-
- ${self.breadcrumbs()} -
- -
- +