From fffe1c6c6a6b34a5433f136e90b475e5bfda088c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 27 May 2015 17:39:49 +0200 Subject: [PATCH] style: set sidepage width relative to font size (#7389) --- wcs/qommon/static/css/dc2/gadjo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcs/qommon/static/css/dc2/gadjo.css b/wcs/qommon/static/css/dc2/gadjo.css index 58c1a3f02..a3895c366 100644 --- a/wcs/qommon/static/css/dc2/gadjo.css +++ b/wcs/qommon/static/css/dc2/gadjo.css @@ -553,7 +553,7 @@ form.small button + a.button { position: absolute; z-index: 100; background: black; - width: 220px; + width: 30ex; height: 2em; text-align: left; transition: all 0ms ease-in; @@ -561,7 +561,7 @@ form.small button + a.button { } #main.sidepage-expanded { - margin-left: 220px; + margin-left: 30ex; } #main.enable-transitions,