Skip to content

Commit

Permalink
Merge pull request jinzhu#113 from pyx/issue112
Browse files Browse the repository at this point in the history
fixed issue jinzhu#112: Options panel misaligned on widescreen resolutions.
  • Loading branch information
jinzhu committed Mar 8, 2012
2 parents 7b2f763 + 08c280c commit 6449874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body { font: normal 12px Verdana, Arial, Helvetica, sans-serif; padding: 0px; ma
header,nav,section,footer { display: block; }
header { width: 900px; margin: 10px auto 5px auto; padding-bottom: 5px;}
nav { width: 922px; margin: 10px auto 0px auto; }
section { padding: 10px; width: 900px; margin: 0px auto 5px auto; background: #FFFFFF; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px; overflow: auto;}
section { padding: 10px; width: 900px; margin: 0px auto 5px auto; background: #FFFFFF; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px; overflow: visible;}
footer { padding: 10px; width: 900px; margin: 10px auto 5px auto; clear: both; color: #999; text-align: center; }
#icon { float: left; }
#savecancelpanel { text-align: center; padding-top: 10px; height: 30px; }
Expand Down

0 comments on commit 6449874

Please sign in to comment.