mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
26 lines
920 B
CSS
26 lines
920 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 { }
|
|
.pathSelection { font-weight: bold; }
|
|
.pathSelection a { font-weight: bold; font-size: 120%; }
|
|
.pathSelectionContainer { width: 640px; overflow: auto; }
|
|
|
|
/**
|
|
* Select file dialog
|
|
*/
|
|
.selectPath { font-weight: bold; }
|
|
.selectPathContainer { width: 480px; overflow: auto; }
|
|
.selectName input { width: 100%; }
|
|
.selectMime select { width: 100%; }
|
|
/*.selectIcon img { height: 16px; }*/
|
|
.displayNone input, input.displayNone { display: none; }
|
|
.selectFiles td div { border-style: groove; }
|
|
.selectFiles div { max-height: 400px; overflow:auto;}
|