mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
115 lines
2.6 KiB
CSS
115 lines
2.6 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,
|
|
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.nextmatch_header {
|
|
padding-bottom: 10px !important;
|
|
padding-top: 10px !important;
|
|
}
|
|
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 <rb@stylite.de>
|
|
* @copyright (c) 2014/15 by Ralf Becker <rb@stylite.de>
|
|
* @version $Id$
|
|
*/
|
|
div#filemanager-index_buttons div.et2_file {
|
|
margin-top: 6px;
|
|
}
|
|
div#popupMainDiv:before {
|
|
content: ' ';
|
|
width: 100%;
|
|
background-image: url(../../../api/templates/default/images/logo64x64.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 15px;
|
|
background-size: 40px;
|
|
height: 45px;
|
|
background-color: #0c5da5;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
form#filemanager-index {
|
|
margin-left: 200px !important;
|
|
margin-right: 200px !important;
|
|
}
|
|
form#filemanager-index:after {
|
|
content: ' ';
|
|
width: 100%;
|
|
height: 45px;
|
|
background: #0c5da5;
|
|
display: inline-block;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|