##// END OF EJS Templates
Ui fixes for tables
marcink -
r1602:1915f02f beta
parent child Browse files
Show More
@@ -1154,13 +1154,19 div.form div.fields div.field div.button
1154 1154 margin: 0;
1155 1155 padding: 0 0 0 8px;
1156 1156 }
1157 #content div.box table.noborder {
1158 border: 1px solid transparent;
1159 }
1157 1160
1158 1161 #content div.box table {
1159 1162 width: 100%;
1160 border-collapse: collapse;
1163 border-collapse: separate;
1161 1164 margin: 0;
1162 1165 padding: 0;
1163 1166 border: 1px solid #eee;
1167 -webkit-border-radius: 4px;
1168 -moz-border-radius: 4px;
1169 border-radius: 4px;
1164 1170 }
1165 1171
1166 1172 #content div.box table th {
@@ -1,4 +1,4
1 <table id="permissions_manage">
1 <table id="permissions_manage" class="noborder">
2 2 <tr>
3 3 <td>${_('none')}</td>
4 4 <td>${_('read')}</td>
@@ -37,7 +37,7
37 37 </div>
38 38 <div id="changeset_compare_view_content">
39 39 <div class="container">
40 <table class="compare_view_commits">
40 <table class="compare_view_commits noborder">
41 41 %for cs in c.cs_ranges:
42 42 <tr>
43 43 <td><div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),14)}"/></div></td>
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now