From 13e55e7c68a5e7fca1daafe469ba77f2becb773a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 15 Jul 2018 07:18:08 +0200 Subject: [PATCH] [Cleanup] Style fix in style.css --- calsocial/static/css/style.css | 106 ++++++++++++++++----------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/calsocial/static/css/style.css b/calsocial/static/css/style.css index 44bb16a..0b59f6e 100644 --- a/calsocial/static/css/style.css +++ b/calsocial/static/css/style.css @@ -23,67 +23,67 @@ footer { } } - table.calendar > * { - font-family: sans; - } +table.calendar > * { + font-family: sans; +} - table.calendar { - width: 100%; - border-collapse: collapse; - table-layout: fixed; - } +table.calendar { + width: 100%; + border-collapse: collapse; + table-layout: fixed; +} - tr.month > td { - text-align: center; - font-weight: bold; - border-bottom: 2px solid black; - padding-bottom: .5em; - } +tr.month > td { + text-align: center; + font-weight: bold; + border-bottom: 2px solid black; + padding-bottom: .5em; +} - tr.month > td > a { - font-weight: normal; - color: black; - } +tr.month > td > a { + font-weight: normal; + color: black; +} - tr.month > td.month-name > a { - font-weight: bold; - } +tr.month > td.month-name > a { + font-weight: bold; +} - tr.days > td { - text-align: center; - border-bottom: 2px solid black; - } +tr.days > td { + text-align: center; + border-bottom: 2px solid black; +} - tr.week > td { - height: 3em; - } +tr.week > td { + height: 3em; +} - tr.week > td > span.day-num { - font-weight: bold; - } +tr.week > td > span.day-num { + font-weight: bold; +} - tr.week > td.other-month > span.day-num { - font-weight: normal; - color: #909090; - } +tr.week > td.other-month > span.day-num { + font-weight: normal; + color: #909090; +} - tr.week > td.today { - background-color: #d8d8d8; - } +tr.week > td.today { + background-color: #d8d8d8; +} - tr.week > td > a.event { - display: block; - color: black; - text-decoration: none; - border: 1px solid green; - background-color: white; - border-radius: 2px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - } +tr.week > td > a.event { + display: block; + color: black; + text-decoration: none; + border: 1px solid green; + background-color: white; + border-radius: 2px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} - tr.sizer > td { - width: 14.2857%; - height: 0; - } +tr.sizer > td { + width: 14.2857%; + height: 0; +}