mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CommitView: Allow committing per hunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user