Skip to content

Commit

Permalink
Just a few more UI tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxplorer committed May 1, 2011
1 parent 453229a commit b60aa7f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions app/stylesheets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,19 @@ input#page_submit {
@include grid-block(6);
}

input[type=email],
input[type=password] {
input[type="email"],
input[type="password"] {
width: 458px;
font-size: 24px;
}

input[type="submit"] {
margin-bottom: 10px;
}

#content a {
font-size: 12px;
}
}

#sensor_submit {
Expand Down Expand Up @@ -363,3 +371,8 @@ pre {
margin-bottom: 20px;
}
}

input[type="checkbox"] {
position: relative;
top: 4px;
}

0 comments on commit b60aa7f

Please sign in to comment.