mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
0218ffb751
+ path with clickable components + human readable size, mode, ... + mime icon with integrated thumbnail creation - link widget uses now vfs-mime for it's icons - thumbnail creation is now switched on with size 32px by default, it can be switched of by the admin or user, in doing so explicitly - mime-icons are moved from filemanager to etemplate, as not everyone installs filemanager - filemanager has now 3 display modi: + Current directory (with subdirs always on top) + Subdirs sorted in + Files from subdirs (shows recursive all files and you can click on the path components thanks to new vfs widget)
11 lines
365 B
CSS
11 lines
365 B
CSS
/**
|
|
* CSS for new eTemplate filemanager UI
|
|
*/
|
|
|
|
.address input { font-size: 140%; font-weight: bold; }
|
|
.mimeHuge img { width: 64px; height: 64px; }
|
|
.fileName input { font-weight: bold; width: 100%; }
|
|
.comment textarea { width: 100%; height: 35px; }
|
|
.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; }
|
|
.previewText div { }
|