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

Commit 62cf6a6

Browse files
author
Tim Levett
committed
Merge pull request #120 from UW-Madison-DoIT/remove-profile-picture
Remove picture image for now
2 parents 7f4dc94 + 3cc8f89 commit 62cf6a6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

uw-frame-components/css/buckyless/header.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,22 @@ portal-header li.username-menu {
163163
}
164164

165165
.popover {
166-
left: -100px !important;
166+
left: -113px !important;
167167
top: 40px !important;
168168
}
169169

170170
.arrow {
171171
left: 92% !important;
172172
}
173+
174+
.popover-content {
175+
padding: 5px;
176+
}
173177

174178
.username-menu-template {
175179
line-height: 1.7em;
176180
width : 160px;
181+
text-align: right;
177182
ul li {
178183
color: @black;
179184

uw-frame-components/portal/main/partials/username.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div ng-controller="SessionCheckController as sessionCtrl">
22
<div class='username-option' ng-click='usernameOptionOpen=!usernameOptionOpen'>
3-
<img src='img/bucky.png' class='gravatar' ng-if="!$storage.useGravatar">
4-
<img gravatar-src="'{{sessionCtrl.user.email}}'" class='gravatar' gravatar-size="50" ng-if="$storage.useGravatar">
3+
<!-- <img src='img/bucky.png' class='gravatar' ng-if="!$storage.useGravatar">
4+
<img gravatar-src="'{{sessionCtrl.user.email}}'" class='gravatar' gravatar-size="50" ng-if="$storage.useGravatar"> -->
55
{{sessionCtrl.user.firstName ? sessionCtrl.user.firstName : sessionCtrl.user.displayName}}
66
<i class="fa fa-caret-down"
77
popover-template="'usermenu.html'"
@@ -13,8 +13,8 @@
1313
<div class='username-menu-template'>
1414
<ul class='no-padding'>
1515
<li>
16-
<img src='img/bucky.png' class='gravatar' ng-if="!$storage.useGravatar">
17-
<img gravatar-src="'{{sessionCtrl.user.email}}'" class='gravatar' gravatar-size="50" ng-if="$storage.useGravatar">
16+
<!-- <img src='img/bucky.png' class='gravatar' ng-if="!$storage.useGravatar">
17+
<img gravatar-src="'{{sessionCtrl.user.email}}'" class='gravatar' gravatar-size="50" ng-if="$storage.useGravatar"> -->
1818
{{sessionCtrl.user.displayName}}
1919
</li>
2020
<li ng-if='$storage.showSettings'>
@@ -24,7 +24,6 @@
2424
<a ng-href="{{MISC_URLS.logoutURL}}" class='logout-link' title='Logout' target='_self'>Sign out</a>
2525
</li>
2626
</ul>
27-
< class='bold'>
2827
</div>
2928
</script>
3029
</div>

0 commit comments

Comments
 (0)