egroupware/filemanager/templates/pixelegg/sharing.less
2017-11-07 11:30:32 +01:00

48 lines
1020 B
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 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 {
&: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;
}