# HG changeset patch # User Mads Kiilerich # Date 1359567269 -3600 # 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 -r 6aae03fa3fee -r e267b8e91db3 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Jan 30 18:32:54 2013 +0100 +++ b/rhodecode/public/css/style.css Wed Jan 30 18:34:29 2013 +0100 @@ -3525,15 +3525,16 @@ .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 -r 6aae03fa3fee -r e267b8e91db3 rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html Wed Jan 30 18:32:54 2013 +0100 +++ b/rhodecode/templates/summary/summary.html Wed Jan 30 18:34:29 2013 +0100 @@ -145,10 +145,10 @@
- + + +
${_('Show by ID')}
- -