onboarding: center the Done button on the sticky app popover.

(imported from commit e64432d94ef5b3f74527d7d4b5782ccac9ff9520)
This commit is contained in:
Jessica McKellar 2013-05-29 13:55:52 -04:00
parent f51d0ce001
commit e4c0438936
2 changed files with 8 additions and 5 deletions

View File

@ -1512,15 +1512,18 @@ li.expanded_subject {
text-align: center; text-align: center;
} }
#sticky-popover h1 {
text-align: center;
}
.done-button {
text-align: center;
}
.sticky-popover-inner { .sticky-popover-inner {
max-width: 300px; max-width: 300px;
} }
.sticky-popover-inner p { .sticky-popover-inner p {
padding-bottom: 5px; padding-bottom: 5px;
} }
#sticky_done {
text-align: center;
}
#feedback_section { #feedback_section {
text-align: center; text-align: center;

View File

@ -1,6 +1,6 @@
{{! Contents of the "make the app sticky" onboarding popup }} {{! Contents of the "make the app sticky" onboarding popup }}
<div> <div id="sticky-popover">
<h1>Pin this tab!</h1> <h1>Pin this tab!</h1>
<p>Humbug works best when it's always open. Take a second to pin <p>Humbug works best when it's always open. Take a second to pin
@ -20,7 +20,7 @@
href="https://humbughq.com/apps">our apps page</a> for Mac, href="https://humbughq.com/apps">our apps page</a> for Mac,
Linux, and Windows instructions.</p> Linux, and Windows instructions.</p>
<div id="send_controls"> <div class="done-button">
<input type="submit" id="sticky_done" value="Done" class="btn btn-big btn-primary" /> <input type="submit" id="sticky_done" value="Done" class="btn btn-big btn-primary" />
</div> </div>
</div> </div>