Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
center gombot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
psawaya committed Dec 27, 2012
1 parent dc86471 commit 7ceeeac
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
9 changes: 9 additions & 0 deletions infobars/gombot_infobar.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ button:hover {


.gombot-head { .gombot-head {
margin-right:20px; margin-right:20px;
margin-top:5px;
margin-left:5px;

float:left;
}

.infobar-message {
margin-top:6px;
float:left;
} }


#never-for-this-site-button { #never-for-this-site-button {
Expand Down
18 changes: 9 additions & 9 deletions infobars/pin_entry_infobar.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<body> <body>
<div id="infobar-container"> <div id="infobar-container">
<img class="gombot-head" src="/images/gombot_logo-19x19.png"/> <img class="gombot-head" src="/images/gombot_logo-19x19.png"/>
<span id="pin-entry-prompt"> <span id="pin-entry-prompt">
Enter PIN. Enter PIN.
</span> </span>


<span id="pin-entry"> <span id="pin-entry">
<input id="digit1" class="pin-digit" maxlength="1" type="password" tabindex="1"/> <input id="digit1" class="pin-digit" maxlength="1" type="password" tabindex="1"/>
<input id="digit2" class="pin-digit" maxlength="1" type="password" tabindex="2"/> <input id="digit2" class="pin-digit" maxlength="1" type="password" tabindex="2"/>
<input id="digit3" class="pin-digit" maxlength="1" type="password" tabindex="3"/> <input id="digit3" class="pin-digit" maxlength="1" type="password" tabindex="3"/>
<input id="digit4" class="pin-digit" maxlength="1" type="password" tabindex="4"/> <input id="digit4" class="pin-digit" maxlength="1" type="password" tabindex="4"/>
</span> </span>
</div> </div>
<a id="infobar-close-button" href="#"> <a id="infobar-close-button" href="#">
<img src="/images/close-x.png"/> <img src="/images/close-x.png"/>
Expand Down
5 changes: 4 additions & 1 deletion infobars/signup_nag_infobar.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
</head> </head>
<body> <body>
<img class="gombot-head" src="/images/gombot_logo-19x19.png"/> <img class="gombot-head" src="/images/gombot_logo-19x19.png"/>
Gombot can securely store this login for you. <a id="signup-link" href="#">Sign up</a> now! <span class="infobar-message">
Gombot can securely store this login for you. <a id="signup-link" href="#">Sign up</a> now!
</span>

<a id="infobar-close-button" href="#"> <a id="infobar-close-button" href="#">
<img src="/images/close-x.png"/> <img src="/images/close-x.png"/>
</a> </a>
Expand Down

0 comments on commit 7ceeeac

Please sign in to comment.