summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 17:22:31 +0200
committerBjörn Geiger2011-09-08 17:22:31 +0200
commit70f126db239b52af9aa7a5dce1a157553db9077c (patch)
tree94052b475734c1ecbb2f0dff85388137107ac7cb /public
parentimmediate events (diff)
parentadd some functions (diff)
downloadpoolctrl-70f126db239b52af9aa7a5dce1a157553db9077c.tar.gz
poolctrl-70f126db239b52af9aa7a5dce1a157553db9077c.tar.xz
poolctrl-70f126db239b52af9aa7a5dce1a157553db9077c.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
Diffstat (limited to 'public')
-rw-r--r--public/media/css/fullcalendar.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/media/css/fullcalendar.css b/public/media/css/fullcalendar.css
index 3a3ee5b..7dbf9bc 100644
--- a/public/media/css/fullcalendar.css
+++ b/public/media/css/fullcalendar.css
@@ -57,6 +57,7 @@ html .fc,
.fc-header-title {
display: inline-block;
vertical-align: top;
+ font-size: x-small;
}
.fc-header-title h2 {
@@ -261,7 +262,7 @@ html .fc,
.fc-event {
border-style: solid;
border-width: 0;
- font-size: .85em;
+ font-size: 0.85em;
cursor: default;
}
@@ -289,7 +290,7 @@ a.fc-event {
width: 100%;
height: 100%;
border-style: solid;
- border-width: 0;
+ border-width: 2px;
overflow: hidden;
}