it's gotta be bigger
This commit is contained in:
parent
a8a1a60372
commit
abeedf7158
@ -2,8 +2,8 @@
|
|||||||
@import 'compass/utilities';
|
@import 'compass/utilities';
|
||||||
|
|
||||||
$padding: 10px;
|
$padding: 10px;
|
||||||
$width: 640px - ($padding * 2);
|
$width: 1000px - ($padding * 2);
|
||||||
$height: 360px - ($padding * 2);
|
$height: 460px - ($padding * 2);
|
||||||
|
|
||||||
$textarea-width: ($width - $padding) / 2;
|
$textarea-width: ($width - $padding) / 2;
|
||||||
$textarea-height: $height - image_height('logo.png') - $padding;
|
$textarea-height: $height - image_height('logo.png') - $padding;
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
<key>CloseBoxInsetY</key>
|
<key>CloseBoxInsetY</key>
|
||||||
<integer>10</integer>
|
<integer>10</integer>
|
||||||
<key>Width</key>
|
<key>Width</key>
|
||||||
<integer>660</integer>
|
<integer>1020</integer>
|
||||||
<key>Height</key>
|
<key>Height</key>
|
||||||
<integer>380</integer>
|
<integer>480</integer>
|
||||||
<key>MainHTML</key>
|
<key>MainHTML</key>
|
||||||
<string>index.html</string>
|
<string>index.html</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -7,8 +7,8 @@ body form {
|
|||||||
-khtml-border-radius: 10px;
|
-khtml-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 620px;
|
width: 980px;
|
||||||
height: 340px;
|
height: 440px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
@ -44,7 +44,7 @@ body form header a {
|
|||||||
body form header #error {
|
body form header #error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 385px;
|
width: 745px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
-moz-border-radius-topright: 5px;
|
-moz-border-radius-topright: 5px;
|
||||||
@ -84,8 +84,8 @@ body textarea {
|
|||||||
font-family: Monaco, Consolas, "Lucida Console", monospace;
|
font-family: Monaco, Consolas, "Lucida Console", monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #DEF;
|
color: #DEF;
|
||||||
width: 305px;
|
width: 485px;
|
||||||
height: 280px;
|
height: 380px;
|
||||||
}
|
}
|
||||||
body textarea#javascript {
|
body textarea#javascript {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user