mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
set width of mime icon to 16px as it was before
This commit is contained in:
parent
7e81b69b74
commit
35cff9c978
@ -33,7 +33,7 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row">
|
||||
<vfs-mime align="center" id="$row" size="16" class="selectIcon"/>
|
||||
<vfs-mime align="center" id="$row" width="16px" class="selectIcon"/>
|
||||
<vfs id="$row" onclick="app.vfsSelectUI.select_clicked"/>
|
||||
<checkbox align="right" id="selected[]" selected_value="$row_cont[name]"/>
|
||||
</row>
|
||||
@ -47,4 +47,4 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
</overlay>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user