This repository was archived by the owner on May 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -163,17 +163,22 @@ portal-header li.username-menu {
163163 }
164164
165165 .popover {
166- left : -100 px !important ;
166+ left : -113 px !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
Original file line number Diff line number Diff line change 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' "
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' >
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 >
You can’t perform that action at this time.
0 commit comments