Skip to content

Commit

Permalink
blueprint style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Nov 26, 2011
1 parent 46f619a commit 7b7a7b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/webapp/templates-hidden/default.html
Expand Up @@ -63,14 +63,17 @@
.sidebar ul li a:hover {
background-color: #eee;
}

/*this one is missing in the default bluprint style*/
input[type="email"] {
margin: 0.5em 0;
}
/*Login form*/
input,textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #fff;
border: 1px solid #ccc;
font-size: 20px;
width: 300px;
width: 200px;
min-height: 30px;
display: block;
margin-bottom: 16px;
Expand Down Expand Up @@ -114,7 +117,7 @@
}

input[type=submit] {
padding: 10px;
padding: 2px;
background: none;
opacity: 1.0;
}
Expand Down

0 comments on commit 7b7a7b3

Please sign in to comment.