Add cancel button to the oauth authorization page, add the org icon to said page, and fix some other minor bugs

This commit is contained in:
Joseph Schorr 2014-03-24 18:30:22 -04:00
parent acac2a7fa7
commit e92cf37583
5 changed files with 49 additions and 2 deletions

View file

@ -3551,6 +3551,10 @@ pre.command:before {
content: "\f0da" !important;
}
.auth-container .button-bar form {
display: inline-block;
}
.auth-container .button-bar {
margin-top: 10px;
padding-top: 10px;