summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorChristian Klinger2016-08-22 11:23:44 +0200
committerChristian Klinger2016-08-22 11:23:44 +0200
commit3e6fee6e3963d9025f79efa65a6044cf645d8978 (patch)
treeef836ad214264cd9a69e949ac14a01865572f11c /style
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-3e6fee6e3963d9025f79efa65a6044cf645d8978.tar.gz
slx-admin-3e6fee6e3963d9025f79efa65a6044cf645d8978.tar.xz
slx-admin-3e6fee6e3963d9025f79efa65a6044cf645d8978.zip
css fix/hack to get roomplanner to work on medium sized screens.
Diffstat (limited to 'style')
-rw-r--r--style/default.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 6ae03b6b..3d78668d 100644
--- a/style/default.css
+++ b/style/default.css
@@ -361,6 +361,8 @@ nav.sidebar li {
.main
{
float: right;
+ width: 900px;
+ width: calc(100% - 240px); /* needed for roomplanner */
margin-left: 240px;
margin-top: 32px;
min-width: 900px;