2008-10-05 19:07:36 +02:00
|
|
|
/**
|
|
|
|
* 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 { }
|
2009-05-11 22:48:09 +02:00
|
|
|
.pathSelection { font-weight: bold; }
|
|
|
|
.pathSelection a { font-weight: bold; font-size: 120%; }
|
|
|
|
.pathSelectionContainer { width: 640px; overflow: auto; }
|
2009-04-15 23:11:57 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Select file dialog
|
|
|
|
*/
|
|
|
|
.selectPath { font-weight: bold; }
|
2009-05-03 22:45:34 +02:00
|
|
|
.selectPathContainer { width: 480px; overflow: auto; }
|
2009-04-15 23:11:57 +02:00
|
|
|
.selectName input { width: 100%; }
|
|
|
|
.selectMime select { width: 100%; }
|
2010-12-30 20:54:43 +01:00
|
|
|
/*.selectIcon img { height: 16px; }*/
|
2012-07-03 00:57:02 +02:00
|
|
|
.displayNone input, input.displayNone { display: none; }
|
2010-12-30 20:54:43 +01:00
|
|
|
.selectFiles td div { border-style: groove; }
|
2012-07-03 00:57:02 +02:00
|
|
|
.selectFiles div { max-height: 400px; overflow:auto;}
|