changeset 1602:1915f02f6d62 beta

Ui fixes for tables
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 26 Oct 2011 20:14:38 +0200
parents 6f06daeed294
children 53d076664e08
files rhodecode/public/css/style.css rhodecode/public/images/header_inner.png rhodecode/templates/admin/repos/repo_edit_perms.html rhodecode/templates/changeset/changeset_range.html
diffstat 4 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Oct 26 20:13:20 2011 +0200
+++ b/rhodecode/public/css/style.css	Wed Oct 26 20:14:38 2011 +0200
@@ -1154,13 +1154,19 @@
 	margin: 0;
 	padding: 0 0 0 8px;
 }
+#content div.box table.noborder {
+	border: 1px solid transparent;
+}
 
 #content div.box table {
 	width: 100%;
-	border-collapse: collapse;
+	border-collapse: separate;
 	margin: 0;
 	padding: 0;
 	border: 1px solid #eee;
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;	
 }
 
 #content div.box table th {
Binary file rhodecode/public/images/header_inner.png has changed
--- a/rhodecode/templates/admin/repos/repo_edit_perms.html	Wed Oct 26 20:13:20 2011 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit_perms.html	Wed Oct 26 20:14:38 2011 +0200
@@ -1,4 +1,4 @@
-<table id="permissions_manage">
+<table id="permissions_manage" class="noborder">
     <tr>
         <td>${_('none')}</td>
         <td>${_('read')}</td>
--- a/rhodecode/templates/changeset/changeset_range.html	Wed Oct 26 20:13:20 2011 +0200
+++ b/rhodecode/templates/changeset/changeset_range.html	Wed Oct 26 20:14:38 2011 +0200
@@ -37,7 +37,7 @@
 		</div>
 	    <div id="changeset_compare_view_content">
 			<div class="container">
-			<table class="compare_view_commits">
+			<table class="compare_view_commits noborder">
             %for cs in c.cs_ranges:
                 <tr>
                 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),14)}"/></div></td>