From d281c96b0202e762adf6276d14e150848f244ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 30 May 2018 13:11:58 +0200 Subject: [PATCH] increase top button size (##21237) --- src/pfwbged/theme/diazo_resources/static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pfwbged/theme/diazo_resources/static/main.css b/src/pfwbged/theme/diazo_resources/static/main.css index 599ba46..2d62f6d 100644 --- a/src/pfwbged/theme/diazo_resources/static/main.css +++ b/src/pfwbged/theme/diazo_resources/static/main.css @@ -426,7 +426,7 @@ ul#content-views li a:hover, ul#content-views li a { background-color: #1e2d3a; border-radius: 5px; - padding: 5px 0.75em; + padding: 9px 1em; color: white; } @@ -495,7 +495,7 @@ div.contentActions { #plone-contentmenu-workflow dt.actionMenuHeader a { width: 32px; - height: 40px; + height: 44px; text-indent: -11110px; background: url(system-run-symbolic.png) center center no-repeat; }