2020-03-15 20:53:13 +01:00
|
|
|
/**
|
|
|
|
* 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
|
2020-09-01 20:48:40 +02:00
|
|
|
* @link http://zwiicms.fr/
|
2020-03-15 20:53:13 +01:00
|
|
|
*/
|
|
|
|
|
2020-10-28 07:53:51 +01:00
|
|
|
/** NE PAS EFFACER
|
|
|
|
* admin.css
|
|
|
|
*/
|
2020-06-07 18:55:38 +02:00
|
|
|
|
2020-06-12 18:20:32 +02:00
|
|
|
#ceo > .blockContainer,
|
|
|
|
#advanced > .blockContainer {
|
|
|
|
display: none;
|
2020-06-07 18:55:38 +02:00
|
|
|
}
|
|
|
|
|
2020-09-19 18:14:06 +02:00
|
|
|
#info .zwiico-minus-circled,
|
|
|
|
#layout .zwiico-minus-circled,
|
|
|
|
#location .zwiico-minus-circled {
|
2020-06-07 18:55:38 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2020-09-19 18:14:06 +02:00
|
|
|
.zwiico-minus-circled,
|
|
|
|
#info .zwiico-plus-circled,
|
|
|
|
#layout .zwiico-plus-circled,
|
|
|
|
#location .zwiico-plus-circled {
|
2020-06-07 18:55:38 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-09-19 18:14:06 +02:00
|
|
|
.zwiico-minus-circled,
|
|
|
|
.zwiico-plus-circled {
|
2020-06-07 18:55:38 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|