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

View File

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