From 6dcd5c8be4b0086a0593b29527f17b5e6be0b199 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Fri, 2 May 2014 16:17:34 +0200 Subject: [PATCH] Change CSS to adjust calendar position. Thanks to Nathanael Bonnin for the patch. --- resources/squidanalyzer.css | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/resources/squidanalyzer.css b/resources/squidanalyzer.css index 07f4555..bcbbc17 100644 --- a/resources/squidanalyzer.css +++ b/resources/squidanalyzer.css @@ -80,7 +80,7 @@ table.stata td a:hover { color: #76add2; } /**************/ .iconUpArrow { background-image: url("./images/up-arrow.png"); background-position: left bottom; background-repeat: no-repeat; padding-left: 25px; margin-bottom: 20px; } -#header { background: #222222; height: 150px; width: 100%; border-bottom: 3px solid #76add2; } +#header { background: #222222; height: 140px; width: 100%; border-bottom: 3px solid #76add2; } #header h1 { margin: 0; color: white; font-size: 3em; font-style: italic; font-variant: small-caps; letter-spacing: 2px; } #header h1 img { float: left; margin-top: 5px; margin-right: 20px; padding-left: 20px; } #header .sous-titre { color: #76add2; font-style: italic; padding-left: 180px; font-size:0.8em; font-weight: 600; } @@ -115,9 +115,9 @@ ul li a:hover { color: #76add2; } /* Calendar */ /******************************/ -#calendar { float: right; border: 0px; margin-top: 10px; margin-right: 10px; font-variant: small-caps;} -#calendar th { color: #76add2; background-color: #222222; border: 0px; font-style: italic; font-size: 0.8em; } -#calendar td { color: white; background-color: #222222; border: 0px; font-style: italic; font-size: 0.8em; } +#calendar { float: right; border: 0px; margin-top: 5px; margin-right: 10px; font-variant: small-caps; } +#calendar th { color: #76add2; background-color: #222222; border: 0px; font-style: italic; font-size: 12px; } +#calendar td { color: white; background-color: #222222; border: 0px; font-style: italic; font-size: 12px;} #calendar table { width: 200px; position: right; background-color: #222222; color: white; text-align: center; border: 0px; } #calendar table a { color: #76add2; } #calendar table a:hover { color: silver; } @@ -146,16 +146,3 @@ div.tooltipLink div.tooltip th { font-size:10px; } div.tooltipLink div.tooltip td { font-size:9px; font-weight:normal; padding:1px; } div.tooltipLink:hover div.tooltip { display:block; z-index:20; position:absolute; top:1.5em; left:2em; } -.mfigure { - font-weight: bold; - font-size: 1.2em; - /*color:#d26115;*/ - color:#76add2; -} - -.mfigure small { - font-weight: bold; - font-size: 0.6em; - color:#ffffff; -} -