summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-05-10 17:01:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-05-10 17:01:31 +0200
commit49cc78eecb720b5770ccb4e6627cad0adbb5c060 (patch)
treea5cfc53c09451f26fab730b3d152e0ac2a9d8d7e /public
parent562e05cfcfcd91b49f07ad48f7ba8533e2523670 (diff)
center entire _auto view
Diffstat (limited to 'public')
-rw-r--r--public/static/default.css6
1 files changed, 6 insertions, 0 deletions
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;