##// END OF EJS Templates
added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository...
added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository fixed registration form text

File last commit:

r410:9a7ae16f default
r418:63c697d1 default
Show More
diff.css
113 lines | 2.0 KiB | text/css | CssLexer
Update css +file browsing and diffs
r144 div.diffblock {
overflow: auto;
padding: 0px;
border: 1px solid #ccc;
background: #f8f8f8;
font-size: 100%;
line-height: 100%;
/* new */
line-height: 125%;
}
div.diffblock .code-header{
border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
color:blue;
padding:10px 0 10px 0;
}
implemented rawdiff and diff download into diff view....
r160 div.diffblock .code-header div{
Update css +file browsing and diffs
r144 margin-left:25px;
font-weight: bold;
}
div.diffblock .code-body{
html + css changes, added icons and etc.
r219 background: #FFFFFF;
Update css +file browsing and diffs
r144 }
implemented rawdiff and diff download into diff view....
r160 div.diffblock pre.raw{
background: #FFFFFF;
color:#000000;
}
Update css +file browsing and diffs
r144
version bump to 0.8...
r362 table.code-difftable{
Update css +file browsing and diffs
r144 border-collapse: collapse;
moved diff libs to vcs. updated htmls and css for diff and source
r158 width: 99%;
}
version bump to 0.8...
r362 table.code-difftable td:target *{
moved diff libs to vcs. updated htmls and css for diff and source
r158 background: repeat scroll 0 0 #FFFFBE !important;
text-decoration: underline;
}
version bump to 0.8...
r362
table.code-difftable td {
padding: 0 !important;
background: none !important;
border:0 !important;
}
moved diff libs to vcs. updated htmls and css for diff and source
r158 .code-difftable .context{
background:none repeat scroll 0 0 #DDE7EF;
Update css +file browsing and diffs
r144 }
.code-difftable .add{
background:none repeat scroll 0 0 #DDFFDD;
}
.code-difftable .add ins{
background:none repeat scroll 0 0 #AAFFAA;
text-decoration:none;
}
.code-difftable .del{
background:none repeat scroll 0 0 #FFDDDD;
}
.code-difftable .del del{
background:none repeat scroll 0 0 #FFAAAA;
text-decoration:none;
}
.code-difftable .lineno{
background:none repeat scroll 0 0 #EEEEEE !important;
border-right:1px solid #DDDDDD;
padding-left:2px;
padding-right:2px;
text-align:right;
fixes translations, style updates....
r410 width:30px;
Update css +file browsing and diffs
r144 -moz-user-select:none;
-webkit-user-select: none;
}
.code-difftable .lineno pre{
color:#747474 !important;
font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
letter-spacing:-1px;
text-align:right;
width:20px;
}
.code-difftable .lineno a{
color:#0000CC !important;
}
.code-difftable .code td{
margin:0;
padding: 0;
}
.code-difftable .code pre{
margin:0;
padding:0;
}
.code {
display: block;
width: 100%;
}
.code-diff {
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;
border-left: 2px solid #ccc;
}
.code-diff pre, .line pre {
padding: 3px;
margin: 0;
}
.lineno a {
text-decoration: none;
}
.line{
padding:0;
margin:0;
}