aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 00:43:03 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 00:43:03 +0200
commit20a902e195b44965ac90abf23b4b51d0d8ebe17a (patch)
tree799e00e6dce10cfb2c2ba5e21f185e21ef541a49 /static/style.css
parentMerge branch 'html-popup-tabs' (diff)
downloadcalp-20a902e195b44965ac90abf23b4b51d0d8ebe17a.tar.gz
calp-20a902e195b44965ac90abf23b4b51d0d8ebe17a.tar.xz
Reformat xcal data in HTML with js.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 14ab1e53..3a116e6a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -722,10 +722,14 @@ along with their colors.
position: absolute;
top: 0;
left: 0;
- background-color: orange;
+ background-color: #dedede;
right: 0;
bottom: 0;
overflow: auto;
+
+ min-width: 100%;
+ min-height: 100%;
+ resize: both;
}
.tpd-content-wrapper {
@@ -744,10 +748,15 @@ along with their colors.
z-index: 1;
}
-script[type="application/calendar+xml"] {
+script[type="application/calendar+xml"], .xcal {
display: block;
font-family: monospace;
font-size: xx-small;
+ padding-left: 1ch;
+}
+
+.html-tag {
+ color: rgb(136, 18, 128);
}
/* vim:expandtab:softtabstop=4:shiftwidth=4: