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()} -
- -
- +