Skip to content

Commit

Permalink
em-ify form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 12, 2011
1 parent d90ae0a commit 10bf4f9
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions public/stylesheets/application.css
Expand Up @@ -8,9 +8,9 @@ body {
}

h1{
font-size: 25px;
margin: 5px 0;
padding: 2px 5px 5px 5px;
font-size: 200%;
margin: 0.5em 0;
padding: 0.2em;
background: white;
}

Expand All @@ -19,7 +19,7 @@ b, th{
}

p{
padding: 10px;
padding: 1em;
}

.clearer{
Expand All @@ -34,10 +34,6 @@ table.top_aligned td{
vertical-align: top;
}

input{
font-size: 20px;
}

#title{
font-family: Verdana, sans-serif;
font-size: 100px;
Expand Down Expand Up @@ -121,25 +117,33 @@ input{
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color='#000000');
}

.full_form{
font-size: 150%;
}

.full_form label{
margin-top: 12px;
margin-top: 1em;
display: block;
font-size: 20px;
}

.full_form input{
font-size: 20px;
font-size:inherit;
}

.full_form input[type=submit]{
margin-top: 20px;
margin-top: 1em;
}

.full_form .label_details{
font-size: 0.7em;
}


.full_form .datepicker{
width: 120px;
width: 10em;
}

.full_form .date_wrapper{
width: 160px;
width: 11em;
float: left;
}

0 comments on commit 10bf4f9

Please sign in to comment.