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
|
|
|
|
* @link http://zwiicms.com/
|
|
|
|
*/
|
2020-03-23 10:25:41 +01:00
|
|
|
|
2020-06-05 07:23:36 +02:00
|
|
|
@import url("site/data/admin.css");
|
|
|
|
|
2020-06-07 12:28:43 +02:00
|
|
|
.blockContainer:not(#info) {
|
|
|
|
display : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#info .zwiico-minus {
|
|
|
|
display: inline;
|
|
|
|
}
|
2020-06-05 07:23:36 +02:00
|
|
|
|
2020-06-11 11:25:53 +02:00
|
|
|
.zwiico-minus,
|
|
|
|
#info .zwiico-plus {
|
2020-06-05 07:23:36 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-06-07 12:28:43 +02:00
|
|
|
|
2020-06-05 07:23:36 +02:00
|
|
|
.zwiico-minus,
|
|
|
|
.zwiico-plus {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|