From fecbabe64ddf3dd552ff467a371dc504c3d8c251 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 3 Jun 2015 08:36:42 +0200 Subject: clean template: hide entire page in detail view --- public/default.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'public') diff --git a/public/default.css b/public/default.css index e6f7ecd..68706db 100644 --- a/public/default.css +++ b/public/default.css @@ -111,13 +111,14 @@ div.displayclean li .moreinfo { color:#000000; font-size:2.1em; position:fixed; - top:1em; - left:1em; - right:1em; - min-height: 1em; - max-height: 90%; + top:0em; + padding-top: 1em; + left:0em; + padding-left: 1em; + right:0em; + padding-right: 1em; + bottom:0em; background-color: white; - border: 0.2em inset #666666; z-index: 5; display: none; overflow: auto; @@ -133,7 +134,7 @@ div.displayclean li .expanded-moreinfo { div.displayclean li .moreinfo .mheader { text-align: center; - background-color: #cccccc; + background-color: #dddddd; font-size: 120%; } -- cgit v1.2.3