egroupware_official/filemanager/templates/default/sharing.css

84 lines
1.8 KiB
CSS
Raw Normal View History

/**
* 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 <rb@stylite.de>
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
* @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,
2017-11-07 11:30:32 +01:00
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;
}
#filemanager-index_nm .nextmatch_header_row {
background-color: #f4f4f4;
padding: 0.5em 0;
2015-04-23 23:16:20 +02:00
}
div.filemanager_navigation {
margin: -5px 0 8px 10px !important;
}
2015-04-23 23:28:04 +02:00
div.filemanager_navigation > label {
right: 427px !important;
}
div#filemanager-index_buttons div.et2_file {
width: 160px;
margin-top: 3px;
padding-right: 20px;
}
div.et2_nextmatch div.nextmatch_header_row {
}
div.et2_nextmatch thead {
display: none;
2017-11-06 17:43:27 +01:00
}
div.nextmatch_header {
2020-03-25 17:42:07 +01:00
}
2017-11-06 17:43:27 +01:00
#filemanager-index_filemanager-index-header_left > et2-image {
padding: 0 1em;
}
#filemanager-index_nm_reload et2-image {
width: 50px;
}
#filemanager-index_filemanager-index-header_right > et2-button:not([id*="createdir"]) {
display: none;
}
2017-11-06 17:43:27 +01:00
div.search {
width: 25%;
max-width: 98%;
2017-11-06 17:43:27 +01:00
}
2017-11-06 17:43:27 +01:00
div.search .et2_searchbox .flex {
width: 100%;
float: right;
padding-right: 0;
2017-11-06 17:43:27 +01:00
}