egroupware_official/filemanager/templates/pixelegg/sharing.less
2017-11-06 18:08:29 +01:00

79 lines
1.4 KiB
Plaintext

@import (less) "../default/sharing.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#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
right: 418px;
top: 10px;
}
div.filemanager_navigation {
margin: 0px !important;
}
div.search {
position: relative;
width: 40%;
right: 30px;
max-width: 98%;
top: 0;
float:right !important;
.et2_searchbox {
.flex {
width: 100%;
float: right;
padding-right: 0;
}
}
}
div#filemanager-index_buttons div.et2_file {
margin-top: 6px;
}
div.filemanager_navigation > label {
right: 485px !important;
}
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 {
&:after {
content: ' ';
width: 100%;
height: 45px;
background: #0c5da5;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
}
margin-left: 200px !important;
margin-right: 200px !important;
}