Css fixed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@128502 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-06 10:41:55 +00:00
parent 77a143ee38
commit 0ef8e1153f
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div>
<div width="100%;" align="left">
<g:HTML ui:field="summary" styleName="summary"></g:HTML>
<g:TextArea visible="false" width="100%" ui:field="summaryEditingArea" visibleLines="10"></g:TextArea>
<g:TextArea visible="false" styleName="editingArea" ui:field="summaryEditingArea" visibleLines="10"></g:TextArea>
</div>
<b:AlertBlock ui:field="alertBlock" width="98%" visible="false" close="false"></b:AlertBlock>
<g:FlowPanel>

View File

@ -93,6 +93,11 @@ img.user-photo {
background: url(images/edit.png) 0px -32px no-repeat;
}
.editingArea {
max-width: 1024px;
width: 95% !important;
}
a.profile-link {
font-weight: bold;
}