Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Wed, 26 Oct 2011 18:14:38
Show More
rhodecode/public/css/style.css
0
+7
-1
@@
-1154,13
+1154,19
div.form div.fields div.field div.button
1154
margin : 0 ;
1154
margin : 0 ;
1155
padding : 0 0 0 8 px ;
1155
padding : 0 0 0 8 px ;
1156
}
1156
}
1157
# content div . box table . noborder {
1158
border : 1 px solid transparent ;
1159
}
1157
1160
1158
# content div . box table {
1161
# content div . box table {
1159
width : 100 % ;
1162
width : 100 % ;
1160
border-collapse : collapse;
1163
border-collapse : separate ;
1161
margin : 0 ;
1164
margin : 0 ;
1162
padding : 0 ;
1165
padding : 0 ;
1163
border : 1 px solid #eee ;
1166
border : 1 px solid #eee ;
1167
-webkit- border-radius : 4 px ;
1168
-moz- border-radius : 4 px ;
1169
border-radius : 4 px ;
1164
}
1170
}
1165
1171
1166
# content div . box table th {
1172
# content div . box table th {
rhodecode/templates/admin/repos/repo_edit_perms.html
0
+1
-1
@@
-1,4
+1,4
1
< table id = "permissions_manage" >
1
< table id = "permissions_manage" class = "noborder" >
2
< tr >
2
< tr >
3
< td > ${_('none')} </ td >
3
< td > ${_('none')} </ td >
4
< td > ${_('read')} </ td >
4
< td > ${_('read')} </ td >
rhodecode/templates/changeset/changeset_range.html
0
+1
-1
@@
-37,7
+37,7
37
</ div >
37
</ div >
38
< div id = "changeset_compare_view_content" >
38
< div id = "changeset_compare_view_content" >
39
< div class = "container" >
39
< div class = "container" >
40
< table class = "compare_view_commits" >
40
< table class = "compare_view_commits noborder " >
41
%for cs in c.cs_ranges:
41
%for cs in c.cs_ranges:
42
< tr >
42
< tr >
43
< td >< div class = "gravatar" >< img alt = "gravatar" src = "${h.gravatar_url(h.email(cs.author),14)}" /></ div ></ td >
43
< td >< div class = "gravatar" >< img alt = "gravatar" src = "${h.gravatar_url(h.email(cs.author),14)}" /></ div ></ td >
rhodecode/public/images/header_inner.png
0
removed
binary
0
0
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages