aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 01:49:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 01:49:11 +0100
commit1ef01481fa9e70ef688b24ffd7957b97f020bb2e (patch)
treef5762e0914bae4696b89529f6d802d49baf6c40d /static/style.scss
parentMajor cleanup in calp html. (diff)
downloadcalp-1ef01481fa9e70ef688b24ffd7957b97f020bb2e.tar.gz
calp-1ef01481fa9e70ef688b24ffd7957b97f020bb2e.tar.xz
Major move from week to calendar meta-view. Also repairs month view.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/static/style.scss b/static/style.scss
index 92ab9441..2ae55a31 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -332,12 +332,15 @@ along with their colors.
.cal-cell {
overflow-y: auto;
- .event {
+ .event, vevent-block {
font-size: 8pt;
border-radius: 5px;
padding: 2px;
- margin: 2px;
+ margin-top: 2px;
+ margin-bottom: 2px;
font-family: arial;
+
+ box-sizing: border-box;
}
}
@@ -545,7 +548,9 @@ vevent-block, .event {
background-color: var(--color);
color: var(--complement);
- position: absolute;
+ // position: absolute;
+ display: block;
+
width: 100%;
min-height: 1em;
border: 1px solid black;