Skip to content

Commit

Permalink
Some cleanups for the login block input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 20, 2007
1 parent 3af559d commit 638a8ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 14 additions & 0 deletions blocks/login/styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@
.block_login .loginform {
display:inline;
}


.block_login .loginform .c1 input {
width: 6em;
}

.block_login .loginform div {
margin:0.3em 0.8em;
text-align:right;
}

.block_login .btn input {
text-align:center;
}
8 changes: 0 additions & 8 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -1993,14 +1993,6 @@ body#grade-index .grades .weighted {
padding-bottom:2000px;
}

.block_login .loginform div {
margin:0.3em 0.8em;
text-align:left;
}

.block_login .btn input {
text-align:center;
}

/***
*** Message
Expand Down

0 comments on commit 638a8ad

Please sign in to comment.