it's gotta be bigger

This commit is contained in:
John Bintz 2011-07-20 14:49:49 -04:00
parent a8a1a60372
commit abeedf7158
3 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
@import 'compass/utilities';
$padding: 10px;
$width: 640px - ($padding * 2);
$height: 360px - ($padding * 2);
$width: 1000px - ($padding * 2);
$height: 460px - ($padding * 2);
$textarea-width: ($width - $padding) / 2;
$textarea-height: $height - image_height('logo.png') - $padding;

View File

@ -21,9 +21,9 @@
<key>CloseBoxInsetY</key>
<integer>10</integer>
<key>Width</key>
<integer>660</integer>
<integer>1020</integer>
<key>Height</key>
<integer>380</integer>
<integer>480</integer>
<key>MainHTML</key>
<string>index.html</string>
</dict>

View File

@ -7,8 +7,8 @@ body form {
-khtml-border-radius: 10px;
border-radius: 10px;
padding: 10px;
width: 620px;
height: 340px;
width: 980px;
height: 440px;
overflow: hidden;
*zoom: 1;
}
@ -44,7 +44,7 @@ body form header a {
body form header #error {
position: absolute;
right: 0;
width: 385px;
width: 745px;
height: 30px;
margin-left: 10px;
-moz-border-radius-topright: 5px;
@ -84,8 +84,8 @@ body textarea {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 10px;
color: #DEF;
width: 305px;
height: 280px;
width: 485px;
height: 380px;
}
body textarea#javascript {
margin-left: 10px;