2015-04-23 23:28:04 +02:00
|
|
|
@import (less) "../default/sharing.css";
|
|
|
|
|
2015-04-23 23:16:20 +02:00
|
|
|
/**
|
|
|
|
* 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;
|
|
|
|
}
|
2015-04-23 23:28:04 +02:00
|
|
|
|
2017-11-06 17:43:27 +01:00
|
|
|
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;
|
|
|
|
}
|