From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/static/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 theme/cccevents/static/css/custom.css (limited to 'theme/cccevents/static/css/custom.css') diff --git a/theme/cccevents/static/css/custom.css b/theme/cccevents/static/css/custom.css new file mode 100644 index 0000000..145485d --- /dev/null +++ b/theme/cccevents/static/css/custom.css @@ -0,0 +1,13 @@ +p.appointment { + margin-top: 10px; + margin-left: 120px; + position: relative; +} +p.appointment > img { + margin-right: 20px; + margin-bottom: 20px !important; + width: 100px !important; + position: absolute; + left: -120px; +} + -- cgit v1.2.3