going to section, dialog is coming along

This commit is contained in:
Peter Cottle 2012-10-30 17:27:14 -07:00
parent 6c552a5400
commit 23e86e5105
2 changed files with 13 additions and 1 deletions

View file

@ -95,7 +95,12 @@
<script type="text/html" id="interactive-rebase-template">
<div id="iRebaseDialog" class="wrapper transitionAllSlow">
Rebasing <%= num %> Commits
<p>
Rebasing <%= num %> Commits
</p>
<p class="helperText">
(Drag and drop to re-order, and toggle the "pick" button to drop / re-add commits)
</p>
<div id="entryHolders">
<ul id="rebaseEntries">

View file

@ -347,6 +347,13 @@ p.commandLine span.prompt {
cursor: pointer;
}
#iRebaseDialog p.helperText {
color: #999;
font-size: 10px;
margin: 0;
padding: 0;
}
li.rebaseEntry {
margin: 10px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);