(refs #394)Create branch from Web UI

This commit is contained in:
Shintaro Murakami
2014-10-07 22:21:14 +09:00
parent 5d5f1f8bdd
commit 0f0986afcf
10 changed files with 150 additions and 20 deletions

View File

@@ -617,6 +617,30 @@ span.simplified-path {
color: #888;
}
#branch-control-title {
margin: 5px 10px;
font-weight: bold;
}
#branch-control-close {
background: none;
border: none;
color: #aaa;
font-weight: bold;
line-height: 15px;
}
#branch-control-input {
border: solid 1px #ccc;
margin: 10px;
}
.new-branch-name {
font-weight: bold;
font-size: 1.2em;
padding-left: 16px;
}
/****************************************************************************/
/* nav pulls group */
/****************************************************************************/