Skip to content

Commit

Permalink
fixed a link for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony committed Jan 4, 2011
1 parent 65c24b0 commit 50b1f60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ input[type=button]{
}
h3{text-align:center}
.buttons{
position:relative;
border-top:1px solid #ececec;
background-image: -webkit-gradient(
linear,
Expand All @@ -80,6 +81,14 @@ h3{text-align:center}
);

}
.buttons a{
text-decoration:none;
display:block;
width:50px;
position:absolute;
top:0;
right:0;
}
input[value=""]{
background-position:0px 21px;
margin-right:6px;
Expand Down
1 change: 0 additions & 1 deletion ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ app.ui=(function(){

var newfuncbtn=document.createElement("input");
newfuncbtn.value="";
newfuncbtn.style.float="right";
newfuncbtn.style.textDecoration="none";
newfuncbtn.type="button";

Expand Down

0 comments on commit 50b1f60

Please sign in to comment.