# HG changeset patch # User Na'Tosha Bard # Date 1411130661 -7200 # Node ID 869976dfb8c2c2ca52973cb4edc1c11e0be5a598 # Parent 731b6444984ca17ae31bd686eead08d13646ac8e Improve 'Show by ID' and 'Show by Name' on summary page. This improves the summary page by switching these buttons to standard buttons, removing the weird custom CSS class that seemed to try to do magic, but instead just left the button overflowing the space. diff -r 731b6444984c -r 869976dfb8c2 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Thu Sep 18 12:10:45 2014 +0200 +++ b/kallithea/public/css/style.css Fri Sep 19 14:44:21 2014 +0200 @@ -3706,18 +3706,6 @@ padding: 0px 4px; } -.btn.clone { - padding: 5px 2px 6px 1px; - margin: 0px 0px 3px -4px; - -webkit-border-radius: 0px 4px 4px 0px !important; - -khtml-border-radius: 0px 4px 4px 0px !important; - border-radius: 0px 4px 4px 0px !important; - width: 100px; - text-align: center; - display: inline-block; - position: relative; - top: -2px; -} .btn:focus { outline: none; } diff -r 731b6444984c -r 869976dfb8c2 kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html Thu Sep 18 12:10:45 2014 +0200 +++ b/kallithea/templates/summary/summary.html Fri Sep 19 14:44:21 2014 +0200 @@ -78,8 +78,8 @@
- -
${_('Show by ID')}
+ +
${_('Show by ID')}