Skip to content

Commit

Permalink
MDL-32444 theme_afterburner: adds 5px margin to the left of #loginbtn…
Browse files Browse the repository at this point in the history
…, input, button, select in /style/afterburner_styles.css
  • Loading branch information
Mary Evans committed Apr 15, 2012
1 parent 8e35d0a commit 52bb093
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions theme/afterburner/style/afterburner_styles.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -200,9 +200,15 @@ select, input, button {
background-color: #34637f; background-color: #34637f;
color: #fff; color: #fff;
} }
#loginbtn, input, button, select { cursor: pointer;} #loginbtn, input, button, select {
input#username, input#password, cursor: pointer;
input[type="text"], input[type="password"], textarea { margin-left: 5px;
}
input#username,
input#password,
input[type="text"],
input[type="password"],
textarea {
background-color: white; background-color: white;
border: 2px inset threedface; border: 2px inset threedface;
color: #4b4b4b; color: #4b4b4b;
Expand Down

0 comments on commit 52bb093

Please sign in to comment.