Skip to content

Commit

Permalink
BUGFIX:removed unnecessary horizontal line from new members page and …
Browse files Browse the repository at this point in the history
…replaced cms-help-toggle text with ?icon Trac #6956
  • Loading branch information
jbridson authored and chillu committed Mar 27, 2012
1 parent 97aa2c8 commit 83be1a8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions admin/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,21 @@ form.member-profile-form {
margin-left:$grid-x*23;
padding:$grid-x 0;
}
#Root_Main {
.confirmedpassword {
border-bottom:none;
box-shadow:none;
}
.customFormat {
max-width:80px;
}
.cms-help-toggle {
text-indent: -9999em;
display: inline-block;
width: 20px;
background:url(../images/question.png) no-repeat 0px 0px;
}
}
}
}

Expand Down

0 comments on commit 83be1a8

Please sign in to comment.