Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix #831 - User tour with backdrop alignment off - partial.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 16, 2017
1 parent 583f5fc commit 56f416a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ New in 3.2.1.2
- FIX: Issue #823: Social icons.
- FIX: Issue #824: Header area/slide show/bullet-menu "on top".
- FIX: Issue #828: div id# completionprogressid has z-index.
- FIX: Issue #831: User tour with backdrop alignment off - partial.
- FIX: Action menu overlapping navbar.
- NEW: Tidy up.

Expand Down
1 change: 0 additions & 1 deletion less/essential/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ div.dropdown-menu > ul {
background-image: none;
border: none;
box-shadow: none;
line-height: 0;

.btn-navbar {
margin: 5px 10px 0;
Expand Down
16 changes: 4 additions & 12 deletions style/essential.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,24 +466,14 @@ a.skip:active {
margin-bottom: 5px;
margin-top: 15px;
}
.loginbox .signuppanel .subcontent {
text-align: left;
}
.loginbox .loginsub {
margin-left: 0;
margin-right: 0;
}
.loginbox .guestsub,
.loginbox .forgotsub,
.loginbox .potentialidps {
.loginbox .forgotsub {
margin: 5px 12%;
}
.loginbox .potentialidps .potentialidplist {
margin-left: 40%;
}
.loginbox .potentialidps .potentialidplist div {
text-align: left;
}
.loginbox .loginform {
margin-top: 1em;
text-align: left;
Expand Down Expand Up @@ -521,6 +511,9 @@ a.skip:active {
margin-bottom: -2000px;
padding-bottom: 2000px;
}
.loginbox .potentialidp {
margin-bottom: 0.3em;
}
.loginbox .potentialidp .smallicon {
vertical-align: text-bottom;
margin: 0 .3em;
Expand Down Expand Up @@ -22616,7 +22609,6 @@ div.dropdown-menu > ul li a {
background-image: none;
border: none;
box-shadow: none;
line-height: 0;
}
.navbar .navbar-inner .btn-navbar {
margin: 5px 10px 0;
Expand Down

0 comments on commit 56f416a

Please sign in to comment.