mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
an other little fix
This commit is contained in:
parent
6d3dd5889a
commit
43b8e49231
@ -33,8 +33,8 @@ div.filemanager_navigation {
|
||||
margin: -5px 0 8px 10px !important;
|
||||
}
|
||||
|
||||
div.filemanager_navigation label {
|
||||
/*right: 265px !important;*/
|
||||
div.filemanager_navigation > label {
|
||||
right: 427px !important;
|
||||
}
|
||||
|
||||
div.search {
|
||||
|
@ -257,7 +257,7 @@ div.filemanager_navigation img:hover {
|
||||
div.filemanager_navigation label {
|
||||
float: left;
|
||||
left: 74px;
|
||||
right: 485px;
|
||||
right: 421px;
|
||||
font-size: 140%;
|
||||
top: 5px;
|
||||
}
|
||||
|
@ -1,13 +1,3 @@
|
||||
/**
|
||||
* 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$
|
||||
*/
|
||||
/**
|
||||
* EGroupware - CSS Styles used by sharing GUI
|
||||
*
|
||||
@ -43,8 +33,8 @@ div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
||||
div.filemanager_navigation {
|
||||
margin: -5px 0 8px 10px !important;
|
||||
}
|
||||
div.filemanager_navigation label {
|
||||
/*right: 265px !important;*/
|
||||
div.filemanager_navigation > label {
|
||||
right: 427px !important;
|
||||
}
|
||||
div.search {
|
||||
position: absolute;
|
||||
@ -63,6 +53,16 @@ div.nextmatch_header {
|
||||
padding-bottom: 0 !important;
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
/**
|
||||
* 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;
|
||||
@ -77,3 +77,6 @@ div.search {
|
||||
div#filemanager-index_buttons div.et2_file {
|
||||
margin-top: 6px;
|
||||
}
|
||||
div.filemanager_navigation > label {
|
||||
right: 485px !important;
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import (less) "../default/sharing.css";
|
||||
|
||||
/**
|
||||
* EGroupware - CSS Styles used by sharing GUI
|
||||
*
|
||||
@ -9,8 +11,6 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@import (less) "../default/sharing.css";
|
||||
|
||||
div#filemanager-index_buttons img#filemanager-index_button\[change_view\] {
|
||||
right: 418px;
|
||||
top: 10px;
|
||||
@ -28,3 +28,7 @@ div.search {
|
||||
div#filemanager-index_buttons div.et2_file {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
div.filemanager_navigation > label {
|
||||
right: 485px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user