From 377805dce094199b9248987e8c23b5830ada5ba2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 5 Jan 2020 17:30:51 -0500 Subject: [PATCH] convert some tags to classes instead of ids. Add margin: 0 auto so that monitor images are centered --- web/skins/classic/css/base/views/timeline.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/skins/classic/css/base/views/timeline.css b/web/skins/classic/css/base/views/timeline.css index c2efed713..47e7af1ce 100644 --- a/web/skins/classic/css/base/views/timeline.css +++ b/web/skins/classic/css/base/views/timeline.css @@ -40,14 +40,11 @@ margin: 4px auto 6px; } -#topPanel #imagePanel -{ - width: 50%; - float: left; +#topPanel .imagePanel { text-align: right; } -#topPanel #image { +#topPanel .image { margin: 0 auto; text-align: right; margin-right: 2px; @@ -57,7 +54,7 @@ width: 100%; } -#topPanel #image img { +#topPanel .image img { width: auto; max-width: 100%; height: 100%; @@ -66,6 +63,7 @@ bottom: 0; left: 0; right: 0; + margin: 0 auto; } #topPanel #dataPanel {