2014-12-09 13:08:00 +01:00
|
|
|
/**
|
|
|
|
* 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>
|
2015-01-20 23:11:35 +01:00
|
|
|
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
|
2014-12-09 13:08:00 +01:00
|
|
|
* @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,
|
|
|
|
div.header_row_right, span.header_count, select#filemanager-index_filter, span.selectcols {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2015-01-20 23:11:35 +01:00
|
|
|
div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
|
|
|
display: inline-block !important;
|
|
|
|
position: relative;
|
|
|
|
left: -230px;
|
|
|
|
top: 3px;
|
|
|
|
}
|
2014-12-09 13:08:00 +01:00
|
|
|
|
|
|
|
div.filemanager_navigation label {
|
|
|
|
/*right: 265px !important;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
div.search {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 215px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#filemanager-index_buttons div.et2_file {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.et2_nextmatch div.nextmatch_header_row {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.nextmatch_header {
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
padding-top: 10px !important;
|
|
|
|
}
|