From 294ea60c007fa6ab0c5a19e6510584e3eb1865a5 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 26 Mar 2015 10:47:08 +0100 Subject: [PATCH] responsive form stages highlights fix --- ckanext/ozwillo_theme/fanstatic/ozwillo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ckanext/ozwillo_theme/fanstatic/ozwillo.css b/ckanext/ozwillo_theme/fanstatic/ozwillo.css index b2d4b85..504f280 100644 --- a/ckanext/ozwillo_theme/fanstatic/ozwillo.css +++ b/ckanext/ozwillo_theme/fanstatic/ozwillo.css @@ -197,4 +197,8 @@ li.media-item { float: right; margin-top: 5px; } + + .stages li .highlight { + text-indent: 0; + } }