Changeset panel can now cancel and save comments.

This commit is contained in:
Tom MacWright
2012-11-26 17:33:50 -05:00
parent eee436be80
commit 0a7d5e8e78
5 changed files with 40 additions and 12 deletions
+7 -1
View File
@@ -247,9 +247,15 @@ button small {
.commit-pane ul {
border-bottom:1px solid #ccc;
background:#fff;
}
.commit-pane li {
border-top:1px solid #ccc;
padding:2px;
padding:2px 10px;
}
.commit-pane .changeset-comment {
width:630px;
font-size:100%;
}