summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-02-07 13:14:32 +0100
committerTom Smeding <tom@tomsmeding.com>2022-02-07 13:14:32 +0100
commit8bae3d8c58fd344635607b13e0b5d2c0b1d1dbbe (patch)
treef2c6cafe8df566f93a9ee196fa90290f26a70656
parent430197458cf31f9d069573fb541ca0c3e8d1d7fc (diff)
timetrack: More compressed
-rw-r--r--modules/timetrack/timetrack.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/timetrack/timetrack.html b/modules/timetrack/timetrack.html
index 6643d05..d2a8351 100644
--- a/modules/timetrack/timetrack.html
+++ b/modules/timetrack/timetrack.html
@@ -326,7 +326,7 @@ body{
.event{
border:1px #ddd solid;
border-bottom-width:0px;
- padding:9px;
+ padding:0px 9px;
background-color:#f8f8f8;
width:500px;
}
@@ -334,7 +334,6 @@ body{
border-bottom-width:1px;
}
.eventtype{
- font-weight:bold;
font-size:20px;
width:50px;
display:inline-block;
@@ -347,7 +346,6 @@ body{
}
.eventsheet{
font-size:20px;
- font-weight:bold;
margin-left:10px;
}
.eventtext{
@@ -365,11 +363,10 @@ body{
margin-top:6px;
}
.eventbuttons{
- margin-top:-5px;
display:inline-block;
margin-left:60px;
font-size:10px;
- vertical-align:top;
+ vertical-align:middle;
width:10px;
text-align:center;
}