From 002f90fd0da7844a4ce5effb2a607f63908c0ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 28 Jun 2013 01:55:23 +0200 Subject: [PATCH] Fix popup with the e-ink CSS. re #73 --- styles/style-eink.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/style-eink.css b/styles/style-eink.css index 6f44cca..a3da88e 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -51,6 +51,15 @@ a:hover { color:#000; text-decoration: none; } .books:hover { width: 100%; background-color: silver; } .link a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;} +.mfp-content .bookpopup { + position: relative; + background: #FFF; + padding: 20px; + width: auto; + max-width: 700px; + margin: 20px auto; +} + img { margin:0;