From cf87726f29d53494c38c40283c2d20b2c87f83a8 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Thu, 29 Sep 2016 14:28:12 +0200 Subject: [PATCH] cosmetique + togglers --- admin/default.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/admin/default.css b/admin/default.css index 3d0f50e..d634f03 100644 --- a/admin/default.css +++ b/admin/default.css @@ -45,7 +45,7 @@ a.anchor { font-size: 75%; } -.toggler { +.toggler_style { cursor: pointer; font-family: courier; font-size : 60%; @@ -53,6 +53,14 @@ a.anchor { bottom: 2px; } +.toggler_general { + cursor: pointer; + font-family: courier; + font-size : 90%; + position: relative; + bottom: 2px; +} + .deroule { }