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-03-23 10:25:41 +01:00
|
|
|
|
2020-10-28 07:53:51 +01:00
|
|
|
/** @import url("site/data/admin.css"); */
|
|
|
|
|
|
|
|
/** NE PAS EFFACER
|
|
|
|
* admin.css
|
2020-11-04 09:50:20 +01:00
|
|
|
*/
|
2020-06-05 07:23:36 +02:00
|
|
|
|
2020-07-06 19:50:53 +02:00
|
|
|
.blockContainer {
|
2020-06-07 12:28:43 +02:00
|
|
|
display : none;
|
|
|
|
}
|
|
|
|
|
2020-11-04 09:50:20 +01:00
|
|
|
#info .zwiico-plus-circled {
|
2020-06-07 12:28:43 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
2020-06-05 07:23:36 +02:00
|
|
|
|
2020-09-19 18:14:06 +02:00
|
|
|
.zwiico-minus-circled,
|
2020-11-04 09:50:20 +01:00
|
|
|
#info .zwiico-minus-circled {
|
2020-06-05 07:23:36 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-06-07 12:28:43 +02:00
|
|
|
|
2020-09-19 18:14:06 +02:00
|
|
|
.zwiico-minus-circled,
|
|
|
|
.zwiico-plus-circled {
|
2020-06-05 07:23:36 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|