commit.js: Interface for selecting lines to (un-)stage.

This commit is contained in:
JD Smith
2009-06-16 11:09:20 -04:00
parent 62333bf51b
commit ab47c14d6e
2 changed files with 323 additions and 3 deletions
+21 -1
View File
@@ -61,7 +61,7 @@ table.diff {
float: right;
}
.diff a.hunkbutton {
.diff .hunkbutton {
width: 40px;
padding: 0 2px 0 2px;
margin-bottom: 4px;
@@ -81,6 +81,26 @@ table.diff {
-webkit-border-radius: 2px;
}
#selected {
background-color: #B5D5FE !important;
}
#selected div {
background-color: #B5D5FE;
}
#selected #stagelines {
padding-left: 2px;
width: auto;
padding-right: 2px;
margin-right: 2px;
margin-top: 1px;
clear: right;
background-color: #FFF;
}
.disabled {
display: none;
}
#multiselect {
margin-left: 50px;