From ab5e9c3eee63cd8bca9b3df70275fea8f5a60c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 5 Apr 2018 14:00:36 +0200 Subject: [PATCH] increase size of versions menu --- src/pfwbged/theme/diazo_resources/static/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pfwbged/theme/diazo_resources/static/main.css b/src/pfwbged/theme/diazo_resources/static/main.css index 623c084..5a6abaf 100644 --- a/src/pfwbged/theme/diazo_resources/static/main.css +++ b/src/pfwbged/theme/diazo_resources/static/main.css @@ -429,6 +429,7 @@ ul#content-views li a:hover, ul#content-views li a { background-color: #1e2d3a; border-radius: 5px; + padding: 5px 0.75em; color: white; } @@ -496,7 +497,8 @@ div.contentActions { } #plone-contentmenu-workflow dt.actionMenuHeader a { - width: 16px; + width: 32px; + height: 40px; text-indent: -11110px; background: url(system-run-symbolic.png) center center no-repeat; }