tweak styles so it's better

This commit is contained in:
John Bintz 2011-07-20 17:59:40 -04:00
parent 3ebe98262b
commit 78c522725e
2 changed files with 20 additions and 16 deletions

View File

@ -5,14 +5,16 @@ $padding: 10px;
body { body {
position: relative; position: relative;
width: 100%; top: 0;
height: 100%; bottom: 0;
left: 0;
right: 0;
opacity: 0.85; opacity: 0.85;
#resize { #resize {
position: absolute; position: absolute;
bottom: $padding + 22px; bottom: $padding + 20px;
right: 16px; right: $padding;
-apple-dashboard-region: dashboard-region(control rectangle); -apple-dashboard-region: dashboard-region(control rectangle);
} }
@ -22,10 +24,10 @@ body {
background: url('banding.png') repeat #181A3A; background: url('banding.png') repeat #181A3A;
@include border-radius($padding); @include border-radius($padding);
top: $padding; top: 0;
left: $padding; left: 0;
bottom: $padding; bottom: 0;
right: $padding; right: 0;
header { header {
margin-bottom: $padding; margin-bottom: $padding;

View File

@ -1,13 +1,15 @@
body { body {
position: relative; position: relative;
width: 100%; top: 0;
height: 100%; bottom: 0;
left: 0;
right: 0;
opacity: 0.85; opacity: 0.85;
} }
body #resize { body #resize {
position: absolute; position: absolute;
bottom: 32px; bottom: 30px;
right: 16px; right: 10px;
-apple-dashboard-region: dashboard-region(control rectangle); -apple-dashboard-region: dashboard-region(control rectangle);
} }
body form { body form {
@ -19,10 +21,10 @@ body form {
-ms-border-radius: 10px; -ms-border-radius: 10px;
-khtml-border-radius: 10px; -khtml-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
top: 10px; top: 0;
left: 10px; left: 0;
bottom: 10px; bottom: 0;
right: 10px; right: 0;
} }
body form header { body form header {
margin-bottom: 10px; margin-bottom: 10px;