forked from ZwiiCMS-Team/ZwiiCMS
Nettoyage css
This commit is contained in:
parent
d06aa23eba
commit
67843f4f0f
@ -18,5 +18,4 @@
|
||||
|
||||
/** NE PAS EFFACER
|
||||
* admin.css
|
||||
*/
|
||||
*/
|
1
core/module/maintenance/view/index/index.css
Normal file
1
core/module/maintenance/view/index/index.css
Normal file
@ -0,0 +1 @@
|
||||
/* vide */
|
1
core/module/sitemap/view/index/index.css
Normal file
1
core/module/sitemap/view/index/index.css
Normal file
@ -0,0 +1 @@
|
||||
/* Vide */
|
@ -27,13 +27,16 @@ footer {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.footerbodyFixed {
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
|
||||
nav li ul {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#themeShowAll,
|
||||
#themeBack,
|
||||
#themeManage,
|
||||
@ -42,6 +45,7 @@ nav li ul {
|
||||
position: relative;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.themeOverlay {
|
||||
-webkit-transition: all .3s;
|
||||
transition: all .3s;
|
||||
@ -56,10 +60,13 @@ nav li ul {
|
||||
display: block;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.themeOverlay:not(.themeOverlayHideBackground):hover,
|
||||
.themeOverlayTriggerHover {
|
||||
background: rgba(39, 174, 96, .5);
|
||||
}
|
||||
|
||||
#themeOverlayBody {
|
||||
position: fixed; /* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/
|
||||
}
|
||||
position: fixed;
|
||||
/* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/
|
||||
}
|
1
core/module/user/view/forgot/forgot.css
Normal file
1
core/module/user/view/forgot/forgot.css
Normal file
@ -0,0 +1 @@
|
||||
/* Vide */
|
@ -1,13 +1 @@
|
||||
/**
|
||||
* This file is part of Zwii.
|
||||
*
|
||||
* For full copyright and license information, please see the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*
|
||||
* @author Rémi Jean <remi.jean@outlook.com>
|
||||
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
||||
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
||||
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
||||
* @license GNU General Public License, version 3
|
||||
* @link http://zwiicms.fr/
|
||||
*/
|
||||
/** vide */
|
Loading…
Reference in New Issue
Block a user