changeset 3421:21c96f652470 beta

css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Mar 2013 18:04:44 +0100
parents a6bef3e8a361
children b5ce72167906
files rhodecode/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Mar 01 17:56:31 2013 +0100
+++ b/rhodecode/public/css/style.css	Fri Mar 01 18:04:44 2013 +0100
@@ -4640,6 +4640,7 @@
 ******************************************************************************/
 .diff-collapse{
 	text-align: center;
+	margin-bottom: -15px;
 }
 .diff-collapse-button{
 	cursor: pointer;
@@ -4647,7 +4648,7 @@
 	font-size: 16px;
 }
 .diff-container {
-	margin-bottom: -15px;
+	
 }
 
 .diff-container.hidden{
@@ -4744,12 +4745,14 @@
 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;