/** * EGroupware - CSS Styles used by sharing GUI * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @link http://www.egroupware.org * @author Ralf Becker * @copyright (c) 2014/15 by Ralf Becker * @version $Id$ */ div#popupMainDiv { height: 100% !important; padding: 0 !important; background-image: none; } /** * simplify NM UI for sharing */ div#filemanager-index_buttons img, div#filemanager-index_favorite_wrapper, span.header_count, #filemanager-index_button\[edit\], #filemanager-index_button\[symlink\], select#filemanager-index_filter, span.selectcols, #filemanager-index_filemanager-index-header_right > button:last-child { display: none !important; } div#filemanager-index_buttons img#filemanager-index_button\[change_view\] { display: inline-block !important; position: absolute; right: 360px; top: 4px; } div.filemanager_navigation { margin: -5px 0 8px 10px !important; } div.filemanager_navigation > label { right: 427px !important; } div.search { position: absolute; top: 4px; right: 190px; } div#filemanager-index_buttons div.et2_file { width: 160px; margin-top: 3px; padding-right: 20px; } div.et2_nextmatch div.nextmatch_header_row { padding-bottom: 0px; } div.et2_nextmatch thead { display: none; } div.search { position: relative; width: 35%; right: 6px; max-width: 98%; top: 0; float: right !important; } div.search .et2_searchbox .flex { width: 100%; float: right; padding-right: 0; } /** * EGroupware - CSS Styles used by sharing GUI * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @link http://www.egroupware.org * @author Ralf Becker * @copyright (c) 2014/15 by Ralf Becker * @version $Id$ */ div#filemanager-index_buttons div.et2_file { margin-top: 6px; } div#popupMainDiv:before { content: ' '; width: 100%; background-position: 15px; background-size: 40px; height: 45px; background-color: #e8e8e8; display: inline-block; position: absolute; top: 0; left: 0; border-bottom: 1px solid silver; } div#popupMainDiv:after { content: ' '; width: 180px; height: 45px; display: block; background-size: contain; background-image: url(../../../api/templates/default/images/logo.svg); position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: center; } form#filemanager-index { margin-left: 200px !important; margin-right: 200px !important; } form#filemanager-index:after { content: ' '; width: 100%; height: 45px; background: #e8e8e8; display: inline-block; position: absolute; bottom: 0; left: 0; } form#filemanager-index .et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, form#filemanager-index .nextmatch_header_row .et2_button { width: 45px; height: 45px; background-size: 18px auto; margin: 0; border: 0; border-right: 1px solid silver; padding: 0; border-radius: 0; outline: none; } form#filemanager-index .nextmatch_header_row #filemanager-index_button\[createdir\] { background-color: white; border-left: 1px solid silver; border-right: 1px solid silver; } form#filemanager-index .nextmatch_header_row .et2_searchbox .flex input { height: 45px; border: 0px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin: 0; padding: 0px 0px 0px 5px; } form#filemanager-index .nextmatch_header_row #filemanager-index_path { width: calc(100% - 165px); display: inline-block; padding-right: 30px; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row { width: calc(45% - 115px); min-width: 250px; background-color: #fefefe; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath input.et2_textbox.et2_vfs { height: 45px; border-radius: 0; padding: 0px 29px 0px 0px; border: 0; border-right: 1px solid silver; margin: 0; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li.vfsPath.et2_clickable:last-child:hover { background: #c0c0c054; border-radius: 0; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li, form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_row .et2_vfsPath li.vfsPath.et2_clickable:last-child:before { line-height: 35px; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_right #filemanager-index_new_wrapper { margin: 0; border-left: 1px solid silver; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_right #filemanager-index_new_wrapper .et2_dropdown button { height: 45px; border: 0; border-radius: 0; outline: none; margin: 0; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_left .et2_file { width: 100px; margin: 0; padding: 0px; height: 45px; } form#filemanager-index .nextmatch_header_row #filemanager-index_filemanager-index-header_left .et2_file span { width: 100px; text-indent: 35px; color: #1b1b1b; line-height: 45px; box-shadow: none !important; background-color: #fcc318c7; } form#filemanager-index .nextmatch_header_row .et2_file_span.et2_button.et2_file_ro { background-color: #fcc318c7 !important; } form#filemanager-index .nextmatch_header_row .et2_button_ro { background-color: #fafafa !important; } form#filemanager-index table.egwGridView_grid tbody { border-bottom: none; }