forked from extern/egroupware
50 lines
1.5 KiB
CSS
50 lines
1.5 KiB
CSS
/**
|
|
* EGroupware - CSS Styles used by sharing GUI for mobile template
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @link http://www.egroupware.org
|
|
* @author Hadi Nategh <hn@egroupware.org>
|
|
* @copyright (c) 2017 by Hadi Nategh <hn@egroupware.org>
|
|
* @version $Id$
|
|
*/
|
|
/*IMPORTANT NOTE: DO NOT IMPORT default sharing.css WITHIN THIS CLASS!*/
|
|
body div#popupMainDiv {
|
|
/**
|
|
* simplify NM UI for sharing
|
|
*/
|
|
padding-top: 0px !important;
|
|
height: 99%;
|
|
}
|
|
body div#popupMainDiv div#filemanager-index_buttons img,
|
|
body div#popupMainDiv div#filemanager-index_favorite_wrapper,
|
|
body div#popupMainDiv #filemanager-index_filter,
|
|
body div#popupMainDiv span.selectcols,
|
|
body div#popupMainDiv #filemanager-index_button\[edit\],
|
|
body div#popupMainDiv #filemanager-index_button\[symlink\],
|
|
body div#popupMainDiv #filemanager-index_button\[paste\],
|
|
body div#popupMainDiv #filemanager-index_button\[linkpaste\],
|
|
body div#popupMainDiv #filemanager-index_button\[mailpaste\] {
|
|
display: none !important;
|
|
}
|
|
body div#popupMainDiv:before {
|
|
content: '';
|
|
width: 50px;
|
|
height: 50px;
|
|
background: blue;
|
|
display: inline-block;
|
|
position: fixed;
|
|
z-index: 10;
|
|
background-color: transparent;
|
|
background-image: url(../../../api/templates/default/images/logo64x64.png);
|
|
background-size: 30px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
body div#popupMainDiv #filemanager-index_nm {
|
|
height: 99%;
|
|
}
|
|
body div#popupMainDiv .et2_searchbox.expanded input {
|
|
height: 50px;
|
|
}
|