From b413c9168892a0173871605ae999acb1d579a294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 27 May 2015 10:36:56 +0200 Subject: [PATCH] style: no longer use a red square to mark required fields (#7368) --- wcs/qommon/static/css/qommon.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wcs/qommon/static/css/qommon.css b/wcs/qommon/static/css/qommon.css index a7071ef..95caaa9 100644 --- a/wcs/qommon/static/css/qommon.css +++ b/wcs/qommon/static/css/qommon.css @@ -162,11 +162,9 @@ div.hint { } span.required { - background: transparent url(required.png) 0px 0.5ex no-repeat; - padding: 0 0 0 24px; - margin-left: 1ex; - overflow: hidden; - color: white; + margin-left: 0.7ex; + position: relative; + top: -0.2ex; } div.buttons { -- 2.1.4