mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
11 lines
360 B
CSS
11 lines
360 B
CSS
/**
|
|
* CSS for new eTemplate filemanager UI
|
|
*/
|
|
|
|
.perms { font-family: monospace; font-weight: bold; }
|
|
.address input { font-size: 140%; font-weight: bold; }
|
|
.mimeHuge img { width: 64px; height: 64px; }
|
|
.fileName input { font-weight: bold; width: 100%; }
|
|
.previewImage img { max-width: 430px; max-height: 275px; border: 1px solid black; }
|
|
.previewText div { }
|