# HG changeset patch # User Mads Kiilerich # Date 2013-01-30 18:34:29 # Node ID e267b8e91db35f492fa7a23905d344e8cf7c41f7 # Parent 6aae03fa3fee1ef296abdc38c1002c701fa7bf1e summary: show "Show by ID" toggler after the clone url It looked like something important ... but most users don't need it. diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -3525,15 +3525,16 @@ div.gravatar img { .ui-btn.clone { padding: 5px 2px 6px 1px; - margin: 0px -4px 3px 0px; - -webkit-border-radius: 4px 0px 0px 4px !important; - -khtml-border-radius: 4px 0px 0px 4px !important; - -moz-border-radius: 4px 0px 0px 4px !important; - border-radius: 4px 0px 0px 4px !important; + margin: 0px 0px 3px -4px; + -webkit-border-radius: 0px 4px 4px 0px !important; + -khtml-border-radius: 0px 4px 4px 0px !important; + -moz-border-radius: 0px 4px 4px 0px !important; + border-radius: 0px 4px 4px 0px !important; width: 100px; text-align: center; - float: left; - position: absolute; + display: inline-block; + position: relative; + top: -2px; } .ui-btn:focus { outline: none; diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -145,10 +145,10 @@
- + + +
${_('Show by ID')}
- -