mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
92 lines
2.1 KiB
CSS
92 lines
2.1 KiB
CSS
/**
|
|
* EGroupware - CSS Styles used by filemanager app
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
|
* @version $Id$
|
|
*/
|
|
|
|
/**
|
|
* CSS for new eTemplate filemanager UI
|
|
*/
|
|
.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; }
|
|
/**
|
|
* Get path input to take all remaining width
|
|
*/
|
|
#filemanager-index_filemanager-index-header_left {
|
|
width: 100%;
|
|
}
|
|
div.filemanager_navigation {
|
|
position: relative;
|
|
width: 100%;
|
|
white-space: normal;
|
|
}
|
|
div.filemanager_navigation > * {
|
|
vertical-align: middle;
|
|
}
|
|
#filemanager-index_buttons {
|
|
float: right;
|
|
}
|
|
#filemanager-index_buttons > * {
|
|
vertical-align: middle;
|
|
//padding-left: 2px;
|
|
margin:0;
|
|
}
|
|
div.filemanager_navigation > label {
|
|
position: absolute;
|
|
left: 50px;
|
|
right: 385px;
|
|
padding-top: 3px;
|
|
font-size: 140%;
|
|
white-space: nowrap;
|
|
}
|
|
div.filemanager_navigation > label > input {
|
|
width: 100%;
|
|
}
|
|
#filemanager-index_buttons div.et2_file {
|
|
width: 130px;
|
|
margin-top: 2px;
|
|
}
|
|
#filemanager-index_buttons div.et2_file .progress {
|
|
width:auto;
|
|
margin:0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-height: none;
|
|
}
|
|
|
|
/**
|
|
* Select file dialog
|
|
*/
|
|
.selectPath { font-weight: bold; width: 98% }
|
|
.selectPathContainer { width: 470px; overflow: auto; }
|
|
.selectName input { width: 100%; }
|
|
.selectMime select { width: 100%; }
|
|
.displayNone input, input.displayNone { display: none; }
|
|
.selectFiles td div { border-style: groove; }
|
|
.selectFiles div { max-height: 400px; overflow:auto;}
|
|
|
|
/**
|
|
* VFS mounts and versioning
|
|
*/
|
|
.filemanager_smallButton {
|
|
font-size: 90%;
|
|
margin: 0;
|
|
}
|
|
.filemanager_header {
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
.filemanager_config > * {
|
|
margin-top: 20px;
|
|
}
|