Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

PR for Issue_905 -iversonLv- X to close Badges pop up is too far to the right #916

Merged
merged 4 commits into from
Jan 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/profile/badges/badges.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
header.head
.ngdialog-close
.breadcrumbs
.handle
img.profile-circle(fallback-src=require("../../../assets/images/avatarPlaceholder.png"), ng-src="{{vm.profile.photoURL}}")
Expand Down
8 changes: 7 additions & 1 deletion assets/css/directives/design-lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@
justify-content: center;
z-index: 10000;
.ngdialog-content {
.ngdialog-close {
.ngdialog-close {
display: none;
position: absolute;
top: 5px;
right: 15px;
font-size: 30px;
}
.head {
.ngdialog-close {
display: block;
}
}
opacity: .95;
height: 742px;
width: 768px;
Expand Down
1 change: 1 addition & 0 deletions assets/css/profile/badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@include sofia-pro-extra-light;
font-size: 28px;
line-height: 34px;
position: relative;
span {
display: inline;
&.title {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/profile/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
border-radius: 5px;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
right: -30px;
top: -20px;
}

.ngdialog.ngdialog-nav-theme .ngdialog-close:before {
Expand Down