From 64763e65a39835b4a6bc06bde36bea3510df6744 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 17 May 2015 01:23:01 +0200 Subject: [PATCH] esthetique --- html/style-classic.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/style-classic.css b/html/style-classic.css index 3bfd19a88..4e6552a03 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -1418,9 +1418,10 @@ div#modele_op_div{ overflow:hidden; z-index:3; position:absolute; - left: 17.5%; + left: 4%; border:1px solid #00008B; - width: 75%; + width: 100%; + box-shadow: 10px 10px 5px #888888; } } @media only screen and (max-width: 955px) { @@ -1441,7 +1442,8 @@ div#modele_op_div{ position:absolute; left: 10%; border:1px solid #00008B; - width: 80%; + width: 85%; + box-shadow: 10px 10px 5px #888888; } }