diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-03 08:36:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-03 08:36:42 +0200 |
commit | fecbabe64ddf3dd552ff467a371dc504c3d8c251 (patch) | |
tree | 6f96d380eb0f376a75398be6f334d56eedfa789a /public/default.css | |
parent | b4639aae450ad4bb3783a540d0d5a556e5736fef (diff) |
clean template: hide entire page in detail view
Diffstat (limited to 'public/default.css')
-rw-r--r-- | public/default.css | 15 |
1 files changed, 8 insertions, 7 deletions
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%; } |