egroupware_official/filemanager/templates/pixelegg/sharing.css
2015-04-23 21:28:04 +00:00

83 lines
1.9 KiB
CSS

/**
* 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,
div.header_row_right,
span.header_count,
select#filemanager-index_filter,
span.selectcols {
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.nextmatch_header {
padding-bottom: 0 !important;
padding-top: 10px !important;
}
/**
* 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#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
right: 418px;
top: 10px;
}
div.filemanager_navigation {
margin: 0px !important;
}
div.search {
top: 8px;
right: 215px;
}
div#filemanager-index_buttons div.et2_file {
margin-top: 6px;
}
div.filemanager_navigation > label {
right: 485px !important;
}