fix close link

This commit is contained in:
Matias Alejo Garcia 2014-12-19 09:27:54 -03:00
parent e9d4022ca7
commit c6619bcb1d
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
.box-notification a.close-notification {
a.close-notification {
position: absolute;
top: 8px;
right: 10px;

View File

@ -61,13 +61,13 @@
</span>
</span>
<span class="status" ng-if="$root.pleaseConfirmEmail">
<a class="close-notification text-white" ng-click="$root.pleaseConfirmEmail=null">&#215;</a>
<i class="fi-alert size-36 left m20r"></i>
<span translate>
<strong class="size-16">Confirm your email address</strong>.<br>
An email was sent to {{$root.iden.getName()}}. Please follow the link on it to confirm it. Unconfirmed profiles could be deleted from server.
</span>
<a class="close-notification text-warning" ng-click="$root.pleaseConfirmEmail=null">&#215;</a>
</span>
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation">