Partially revert the CSS change in 76a7ad3161

to center the "Select..." button because it was causing the SWF object to
vanish in Firefox.  #1638.
This commit is contained in:
Bharat Mediratta
2011-04-23 15:18:23 -07:00
parent 09be5e6fb8
commit dfd50a6c1f

View File

@@ -29,12 +29,12 @@
#g-add-photos-canvas object,
#g-add-photos-button {
left: 93px;
left: 90px;
margin: .5em 0;
padding: .4em 1em;
position: absolute;
top: 0;
width: auto;
width: 300px;
}
#g-add-photos-canvas object {