aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 01:43:45 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 01:43:45 +0100
commit0b31d60e9aab818081534775bb90a0108d327d86 (patch)
tree0bfd7045539c9fdd7d2907d0cea9780979e1a212 /static/style.css
parentRe-merge create-block{,-general}. (diff)
downloadcalp-0b31d60e9aab818081534775bb90a0108d327d86.tar.gz
calp-0b31d60e9aab818081534775bb90a0108d327d86.tar.xz
Fix HTML wide alignment.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css22
1 files changed, 3 insertions, 19 deletions
diff --git a/static/style.css b/static/style.css
index 99c04921..58e189df 100644
--- a/static/style.css
+++ b/static/style.css
@@ -187,11 +187,6 @@ body {
height: 100%;
padding: 0;
}
-
-.sideclock .meta {
- border-bottom: 2px solid transparent;
-}
-
.sideclock .day {
border: 1px transparent;
min-width: 0;
@@ -208,13 +203,14 @@ body {
.days .longevents {
grid-row: 2;
- grid-column-start: 1;
+ grid-column-start: 2;
position: relative;
}
.days {
display: grid;
grid-template-rows: 4em 4em auto;
+ grid-template-columns: 5em auto;
width: 100%;
height: 100%;
padding: 0;
@@ -238,19 +234,6 @@ body {
width: 2.5em;
}
-/* .wholeday { */
-/* position: relative; */
-/* width: 100%; */
-/* height: calc(3 * 1.5em); */
-/* padding-bottom: 2px; */
-/* border-bottom: 2px solid black; */
-/* } */
-
-.wholeday .event {
- /* max-height: 1.5em; */
- max-height: 33%;
-}
-
/*
* This makes the borders of the object be part of the size.
* Making placing it on the correct line much simpler.
@@ -269,6 +252,7 @@ body {
.sideclock .clock {
border: none;
+ grid-row: 3;
}
.clocktext {