Skip to content

Commit

Permalink
toolbar fix for FF and WK
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Nov 23, 2011
1 parent 136b0e1 commit 4c49a81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@
border:0 solid;
background:transparent;
padding:0;
margin: 1px 4px 2px 4px;
height:auto;
margin: 1px 4px;
height: auto;
min-height: 26px;
float:right;
width:202px;
}
Expand Down Expand Up @@ -197,7 +198,7 @@
position:absolute;
height:18px;
top: 50%;
margin:-7px 4px 0 4px;
margin:-9px 4px 0 4px;
opacity: .6;
filter:Alpha(Opacity=60);
}
Expand Down

0 comments on commit 4c49a81

Please sign in to comment.