mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Mobile theme W.I.P.:
- Fix filemanager plus_button not working
This commit is contained in:
parent
15b5b3cc5c
commit
3f58359a41
@ -67,7 +67,10 @@
|
||||
border: none;
|
||||
}
|
||||
.et2_file.plus_button .et2_file_span {
|
||||
display: none;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
.et2_file.plus_button .et2_file_upload {
|
||||
width: 60px;
|
||||
|
@ -72,7 +72,12 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
.et2_file_span{display: none;}
|
||||
.et2_file_span{
|
||||
width:50px;
|
||||
height: 50px;
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
.et2_file_upload {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
|
@ -52,7 +52,7 @@
|
||||
<template id="filemanager.index" template="" lang="" group="0" version="1.9.003">
|
||||
<nextmatch id="nm" template="filemanager.index.rows" header_left="filemanager.index.header_left" />
|
||||
<hbox>
|
||||
<file statustext="Select file to upload in current directory" value=" " class="plus_button" id="upload" progress_dropdownlist = "true" drop_target ="divAppbox" multiple="true" onFinishOne="app.filemanager.uploadOnOne"/>
|
||||
<file label="" statustext="Select file to upload in current directory" value=" " class="plus_button" id="upload" progress_dropdownlist = "true" drop_target ="divAppbox" multiple="true" onFinishOne="app.filemanager.uploadOnOne"/>
|
||||
</hbox>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user