fixed font size in alerts when importing

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@99247 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-08-08 15:16:58 +00:00
parent 0fc0e0edad
commit 462549bf9b
2 changed files with 7 additions and 3 deletions

View File

@ -8,10 +8,12 @@
margin: 20px;
padding: 15px;
background-color: #F2DEDE;
color: #A94440;
color: #A94440;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
}
</ui:style>
<g:HTMLPanel styleName="{style.alert}">
<span style="font-weight: bold;"> Import Error:</span> it seems you denied our request to import from LinkedIn. If this is not the case please report the issue.
<span style="font-weight: bold;"> Import Error:</span> it seems you denied our request to import from LinkedIn.
</g:HTMLPanel>
</ui:UiBinder>

View File

@ -8,7 +8,9 @@
margin: 20px;
padding: 15px;
background-color: #DFF0D8;
color: #3C763D;
color: #3C763D;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
}
</ui:style>
<g:HTMLPanel styleName="{style.alert}">