Skip to content

Commit

Permalink
Added an icon at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
a85 committed Apr 28, 2012
1 parent c35ca10 commit f03d0ca
Show file tree
Hide file tree
Showing 7 changed files with 2,933 additions and 2,913 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ screenshots/
*.crx
*.pem
*.zip
#*
.#*

7 changes: 7 additions & 0 deletions chrome/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,16 @@ fieldset {
#mainNavigation ul li {
float: left;
list-style: none;
margin-left: 5px;
margin-right: 0;
}

#mainNavigation ul li img {
width: 20px;
height: 20px;
opacity: 0.3;
}

#sidebarContainer {
padding-top: 10px;
}
Expand Down
Binary file added chrome/img/.DS_Store
Binary file not shown.
Binary file added chrome/img/question_mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome/img/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions chrome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Postman for Google Chrome</title>
<title>Postman Dev Branch</title>
<link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui-1.8.16.custom.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/jquery.jscrollpane.css"/>
Expand Down Expand Up @@ -58,10 +58,19 @@
<li>
<a href="http://www.twitter.com/postmanclient"
rel="tooltip" target="_blank"
data-original-title="Get Postman updates and
API tips on Twitter"
data-original-title="Follow Postman on Twitter to get updates and
kick-ass API tips"
data-placement="bottom">
<img src="img/twitter-icon.png"/>
<img src="img/twitter.png"/>
</a>
</li>
<li>
<a href="http://www.github.com/a85/POSTMan-Chrome-Extension/wiki"
rel="tooltip" target="_blank"
data-original-title="Know more about Postman at
the wiki"
data-placement="bottom">
<img src="img/question_mark.png"/>
</a>
</li>
</ul>
Expand Down
Loading

0 comments on commit f03d0ca

Please sign in to comment.