/** * EGroupware: CSS with less preprocessor * FILEMANAGER * * Please do NOT change app.css directly, instead change app.less and compile it! * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhardt * @package filemanager * @version $Id$ */ /** * 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 * @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; } .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%; } div.filemanager_navigation > * { vertical-align: middle; } #filemanager-index_buttons { float: right; } #filemanager-index_buttons > * { vertical-align: middle; padding-left: 3px; } div.filemanager_navigation > label { position: absolute; left: 50px; right: 560px; padding-top: 3px; font-size: 140%; } div.filemanager_navigation > label > input { width: 100%; } input#filemanager-index_upload { width: 315px; } /** * 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; } /*/***************************************************************** // sidebar */ /*//****************************************************************** // iframe*/ #filemanager-index_filemanager-index-header_left { float: left; height: 42px; width: 100%; } div.filemanager_navigation { position: relative; width: 100%; } div.filemanager_navigation img { width: 16px; height: 16px; /*.background_color_10_gray;*/ -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0.2em; } div.filemanager_navigation img:hover { /*.background_color_20_gray;*/ -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); border: 1px solid rgba(0, 0, 0, 0.5); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } div.filemanager_navigation img#filemanager-index_tarp { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } div.filemanager_navigation img#filemanager-index_tarp:hover { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #f0f0f0; } /*Up img*/ img#filemanager-index_up { position: relative; top: 5px; } /*Home img*/ img#filemanager-index_home { position: relative; top: 5px; } /*Pfad */ div.filemanager_navigation > label { float: left; /*position: absolute;*/ left: 55px; right: 567px; /*padding-top: 3px;*/ font-size: 140%; top: 0px; } /*Buttons / Tarp / FileUpload*/ #filemanager-index_buttons { /* float: right; left: 0px; right: 30%; position: relative;*/ /*top: -26px;*/ float: left; position: absolute; right: 0; } #filemanager-index_buttons > * { padding-left: 3px; vertical-align: middle; margin-right: 0.2em; } div.filemanager_navigation > label > input { width: 90%; } #filemanager-index .et2_file { /*background-color: @egw_color_blue_lighter !important;*/ color: #FFF; text-shadow: none; /* height: auto;*/ background-image: none !important; /*.border_radius_button_lefttop;*/ color: #fff; height: auto; width: 55%; } #filemanager-index .et2_file:before { content: "+"; font-size: 1.5em; color: #ffc200; line-height: 1.1em; } #filemanager-index .et2_file:hover { background-color: #66a1d2 !important; color: #ffc200; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -webkit-border-radius: 3px; -webkit-border-top-left-radius: 10px; -moz-border-radius: 3px; -moz-border-radius-topleft: 10px; border-radius: 3px; border-top-left-radius: 10px; } #filemanager-index .et2_file:before { font-size: 1.5em; padding-right: 0.5em; padding-left: 0.5em; } #filemanager-index .et2_file #filemanager-index_upload { border: none; width: 86%; } #filemanager-index #filemanager-index_tarp { width: 32px !important; height: 32px !important; } #filemanager-index .filters { vertical-align: center; } #filemanager-index .filters #filemanager-index_filter { margin-top: 0.5em; } /*// Dialog filemanager // #####################################################*/ #filemanager-select { padding: 0px 8px 0 0; } #filemanager-select .dialog-header .et2_button_icon { margin: 4px 4px 0 4px; border-top: solid 1px #ffffff; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff; border-bottom: solid 1px #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #ffffff; height: auto; width: 24px; } #filemanager-select .dialog-header .selectPathContainer { overflow: auto; width: 470px; margin_top: 0px; height: 32px; } #filemanager-select .dialog-header .selectPathContainer input { height: 20px; } #filemanager-select #filemanager-select_apps { background-color: #d9d9d9; } #filemanager-select #filemanager-select_apps .et2_button_icon { height: auto; width: 24px; padding: 10px; } #filemanager-select table#filemanager-select_dir { border: 1px solid rgba(0, 0, 0, 0.15); } #filemanager-select table#filemanager-select_dir tr:nth-child(even) { background: #ffffff; } #filemanager-select table#filemanager-select_dir tr:nth-child(odd) { background: #fafafa; } #filemanager-select .vfsMimeIcon { width: 16px; height: 16px; }