forked from extern/egroupware
35 lines
700 B
Plaintext
35 lines
700 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 img#filemanager-index_button\[change_view\] {
|
|
right: 418px;
|
|
top: 10px;
|
|
}
|
|
|
|
div.filemanager_navigation {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
div.search {
|
|
top: 8px;
|
|
right: 215px;
|
|
}
|
|
|
|
div#filemanager-index_buttons div.et2_file {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
div.filemanager_navigation > label {
|
|
right: 485px !important;
|
|
}
|