an other little fix

This commit is contained in:
Ralf Becker 2015-04-23 21:28:23 +00:00
parent da6a910aae
commit 3dd9eb593b
4 changed files with 24 additions and 17 deletions

View File

@ -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 {

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}