Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwardill committed Jul 8, 2011
1 parent 7755a65 commit b806354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TESTSITE/testsite/static/css/layout-one.css
Expand Up @@ -192,6 +192,8 @@ TEXTAREA {
padding: 8px;
overflow: hidden;
vertical-align: bottom;
width: 300px;
height: 350px;
}
SELECT {
margin: 4px;
Expand All @@ -202,7 +204,7 @@ INPUT {
vertical-align: top;
}
INPUT[type="text"], INPUT[type="password"] {
width: 208px;
width: 300px;
}
.pageform .checkbox LABEL,
.pageform .radio LABEL,
Expand Down

0 comments on commit b806354

Please sign in to comment.