CommitView: Allow committing per hunk

This commit is contained in:
Pieter de Bie
2008-10-21 23:31:45 +02:00
parent b1e3dd2212
commit b252de1a76
8 changed files with 122 additions and 28 deletions
+20
View File
@@ -31,4 +31,24 @@ table.diff {
#notification {
margin-top: 30px;
}
table.diff tr td a.stagebutton {
display: block;
width: 40px;
padding: 0 2px 0 2px;
margin-bottom: 4px;
margin-right: 10px;
border: 1px solid #3465a4;
background-color: #cce5ff;
color: #204a87;
font-family: 'Lucida Grande';
font-size: 80%;
text-decoration: none;
text-align: center;
-webkit-border-radius: 2px;
float: left;
}