UI improvements for the tutorial:

- Have a show sudo checkbox which defaults to on for linux
  - Have the repository name be highlighted in a light blue bubble/chit
This commit is contained in:
Joseph Schorr 2014-02-13 15:59:37 -05:00
parent ade20952e2
commit 934b131f7b
9 changed files with 41 additions and 8 deletions

View file

@ -3173,3 +3173,23 @@ pre.command:before {
.about-basic-text {
display: inline-block;
}
.repo-name-small:before {
content: "\f0a0";
font-family: FontAwesome;
font-size: 20px;
margin-right: 6px;
vertical-align: middle;
font-weight: normal;
}
.repo-name-small {
background: none repeat scroll 0 0 #D9EDF7;
border-radius: 10px;
margin-left: 6px;
margin-right: 6px;
display: inline-block;
font-size: 14px;
font-weight: bold;
padding: 4px 8px;
}