# HG changeset patch # User Marcin Kuzminski # Date 2013-03-01 18:04:44 # Node ID 21c96f6524701fb63e6a059d728e562f81ec9459 # Parent a6bef3e8a361ad23deadbfd3236721bbac18d54e css fixes 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 @@ -4640,6 +4640,7 @@ PULL REQUESTS ******************************************************************************/ .diff-collapse{ text-align: center; + margin-bottom: -15px; } .diff-collapse-button{ cursor: pointer; @@ -4647,7 +4648,7 @@ PULL REQUESTS font-size: 16px; } .diff-container { - margin-bottom: -15px; + } .diff-container.hidden{ @@ -4744,12 +4745,14 @@ div.diffblock pre.raw { table.code-difftable { border-collapse: collapse; width: 99%; + border-radius: 0px !important; } table.code-difftable td { padding: 0 !important; background: none !important; border:0 !important; vertical-align: none !important; + } table.code-difftable .context { background:none repeat scroll 0 0 #DDE7EF;