From 49cc78eecb720b5770ccb4e6627cad0adbb5c060 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 May 2016 17:01:31 +0200 Subject: center entire _auto view --- public/static/default.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/static') diff --git a/public/static/default.css b/public/static/default.css index e0bb6a4..86642c0 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -404,6 +404,10 @@ div.displaysingle div.info { color: #0000ff; } +div.geolocation { + text-align: center; +} + div.candidatestatus { text-align: center; color: #999999; @@ -416,6 +420,8 @@ div.candidatelist a { padding: 1em; margin-top: 0.1em; margin-bottom: 0.1em; + margin-left: auto; + margin-right: auto; width: 20em; text-align: center; background-color: #dddddd; -- cgit v1.2.3