mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 01:54:44 +02:00
going to section, dialog is coming along
This commit is contained in:
parent
6c552a5400
commit
23e86e5105
2 changed files with 13 additions and 1 deletions
|
@ -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">
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue