add use icons for close and share buttons, fix position
This commit is contained in:
parent
64ae37a0a1
commit
0fffa7d826
@ -158,13 +158,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#odf-close{
|
#odf-close{
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
height: 29px;
|
||||||
|
width: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#odf-invite{
|
#odf-invite{
|
||||||
margin-top:0;
|
margin-top: 0;
|
||||||
|
margin-left: 3px;
|
||||||
float: left;
|
float: left;
|
||||||
|
background-position: 5px center;
|
||||||
|
padding-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer{
|
#mainContainer{
|
||||||
|
@ -152,12 +152,10 @@ $.widget('oc.documentToolbar', {
|
|||||||
'</div>' +
|
'</div>' +
|
||||||
|
|
||||||
'<span id="toolbar" class="claro">' +
|
'<span id="toolbar" class="claro">' +
|
||||||
' <button id="odf-invite" class="drop hidden">' +
|
' <button id="odf-invite" class="drop hidden icon-share svg">' +
|
||||||
t('documents', 'Share') +
|
t('documents', 'Share') +
|
||||||
' </button>' +
|
' </button>' +
|
||||||
' <button id="odf-close">' +
|
' <button id="odf-close" class="icon-close svg"></button>' +
|
||||||
t('documents', 'Close') +
|
|
||||||
' </button>' +
|
|
||||||
' <img id="saving-document" alt=""' +
|
' <img id="saving-document" alt=""' +
|
||||||
' src="' + OC.imagePath('core', 'loading.gif') + '"' +
|
' src="' + OC.imagePath('core', 'loading.gif') + '"' +
|
||||||
' />' +
|
' />' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user