Change CSS to adjust calendar position. Thanks to Nathanael Bonnin for the patch.
This commit is contained in:
parent
eef5016332
commit
6dcd5c8be4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue