web/wp-content/themes/IRI-Theme/css/lib/ie.css
changeset 136 bde1974c263b
equal deleted inserted replaced
135:53cff4b4a802 136:bde1974c263b
       
     1 /* -------------------------------------------------------------- 
       
     2    
       
     3    ie.css
       
     4    
       
     5    Contains every hack for Internet Explorer versions prior 
       
     6    to IE7, so that our core files stay sweet and nimble.
       
     7    
       
     8 -------------------------------------------------------------- */
       
     9 
       
    10 /* Make sure the layout is centered in IE5 */
       
    11 body        { text-align: center; }
       
    12 .container  { text-align: left; }
       
    13 
       
    14 
       
    15 /* This fixes the problem where IE6 adds an extra 3px margin to
       
    16    two columns that are floated up against each other. */
       
    17 
       
    18 * html .column { overflow-x: hidden; } /* IE6 fix */
       
    19 
       
    20 .pull-1, .pull-2, .pull-3, .pull-4,
       
    21 .push-1, .push-2, .push-3, .push-4, 
       
    22 ul, ol {
       
    23   position: relative; /* Keeps IE6 from cutting pulled/pushed images */
       
    24 }
       
    25 
       
    26 /* Fixes incorrect styling of legend in IE6 fieldsets. */
       
    27 legend { margin-bottom:1.4em; }
       
    28 
       
    29 /* Fixes incorrect placement of numbers in ol's in IE6/7 */
       
    30 ol { margin-left:2em; }
       
    31 
       
    32 .my-skinnable-select {
       
    33 	padding-top:15px;
       
    34 	
       
    35 }
       
    36 /* Select for reserach */
       
    37 #engine {
       
    38 	padding:0;
       
    39 	margin:0;
       
    40 	position:absolute;
       
    41 	top:0px;
       
    42 }
       
    43 /* calendar adaptation */
       
    44 #wp-calendar  {
       
    45 	height:210px;
       
    46 }
       
    47 ul#partenaire {
       
    48 	height:50px;
       
    49 }