diff --git a/htdocs/core/filemanagerdol/browser/default/browser.php b/htdocs/core/filemanagerdol/browser/default/browser.php index bd327a77308..68f9cdfc2a5 100755 --- a/htdocs/core/filemanagerdol/browser/default/browser.php +++ b/htdocs/core/filemanagerdol/browser/default/browser.php @@ -182,15 +182,12 @@ function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) - - - - - + + - + diff --git a/htdocs/core/filemanagerdol/browser/default/frmresourceslist.php b/htdocs/core/filemanagerdol/browser/default/frmresourceslist.php index 51e2a3c3306..996b8b00922 100755 --- a/htdocs/core/filemanagerdol/browser/default/frmresourceslist.php +++ b/htdocs/core/filemanagerdol/browser/default/frmresourceslist.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2011 Laurent Destailleur * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) diff --git a/htdocs/core/filemanagerdol/browser/default/frmresourcetype.php b/htdocs/core/filemanagerdol/browser/default/frmresourcetype.php deleted file mode 100755 index 139224675e8..00000000000 --- a/htdocs/core/filemanagerdol/browser/default/frmresourcetype.php +++ /dev/null @@ -1,91 +0,0 @@ - - * Copyright (C) 2003-2010 Frederico Caldeira Knabben - * - * Source modified from part of fckeditor (http://www.fckeditor.net) - * retreived as GPL v2 or later - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -require('../../../../main.inc.php'); ?> - - - - - Available types - - - - - - - - - - -
- Resource Type
- -
- - diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 1aaf3400d89..ab1d8d5b3f0 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.99 2011/08/16 16:39:13 eldy Exp $ + * \version $Id: style.css.php,v 1.100 2011/08/16 17:59:46 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1970,7 +1970,6 @@ A.none, A.none:active, A.none:visited, A.none:hover { border: 0px solid #FF0000 !important; } span.cke_skin_kama { padding: 0 ! important; } - a.cke_dialog_ui_button { font-family: !important; @@ -1986,6 +1985,10 @@ a.cke_dialog_ui_button -webkit-box-shadow: 4px 4px 4px #CCC !important; box-shadow: 4px 4px 4px #CCC !important; } +.cke_dialog_ui_hbox_last +{ + vertical-align: bottom ! important; +} /* ============================================================================== */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c808cd899f7..6d2b360c508 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.106 2011/08/16 16:39:13 eldy Exp $ + * \version $Id: style.css.php,v 1.107 2011/08/16 17:59:46 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -2004,7 +2004,6 @@ A.none, A.none:active, A.none:visited, A.none:hover { } span.cke_skin_kama { padding: 0 !important; } .cke_wrapper { padding: 4px !important; } - a.cke_dialog_ui_button { font-family: !important; @@ -2020,6 +2019,10 @@ a.cke_dialog_ui_button -webkit-box-shadow: 4px 4px 4px #CCC !important; box-shadow: 4px 4px 4px #CCC !important; } +.cke_dialog_ui_hbox_last +{ + vertical-align: bottom ! important; +} /* ============================================================================== */