source: trunk/themes/default/fix-ie5-ie6.css @ 23320

Last change on this file since 23320 was 16412, checked in by rvelices, 12 years ago

qualify better css exceptions for ie 5-7 merge r16411 from branch 2.4 to trunk

  • Property svn:eol-style set to LF
File size: 1.5 KB
RevLine 
[2648]1/* Issues in IE from 5 to 6 only not to be used with IE7 */
[1205]2
[7843]3#menubar LI.selected A {
4        font-weight: bold;
5}
6
7#menubar LI.selected LI A {
8        font-weight: normal;
9}
10
[2456]11/* fix IE with another layout for thumbnails */
[8306]12.thumbnails .wrap2 {
[2456]13  display: block;
14  position: relative;
15  text-align: left;
16}
[8306]17.thumbnails .wrap2 A,
18.thumbnails .wrap2 SPAN {
[2456]19  overflow: visible;
20  position: absolute;
21  top: 50%;
22  text-align: center;
23}
[1384]24
[16412]25.thumbnails .wrap2 IMG {
[2456]26  position: relative;
27  top: -50%;
28  /*\*//*/
29    margin-top: -40%;
30  /**/
31}
32
[1205]33/* to avoid vanishing objects in IE6 */
34H1, #theHeader {
35  width: 100%;  /* <- useless but seems to make IE6 happy */
36}
[2352]37.content {
[1513]38  height: 1em;  /* for IE6 it's like min-height */
[1205]39}
40
[1382]41/* fix category thumbnails on main page */
[8306]42.content .thumbnailCategories {
[1513]43  width: 99%;   /* buggy IE box model */
[1382]44}
45
[1506]46
47/* fix quickconnect layout */
[8269]48#quickconnect FIELDSET {
[1513]49  width: 99%;   /* correct an ugly 1 or 2 px misalignement with IE */
[1506]50}
[8264]51
[8772]52.filter LABEL INPUT,
[13865]53.filter LABEL SELECT {
[8772]54  display: block;
55  margin: 0.5em 0;
56}
57.filter FIELDSET * LABEL INPUT,
[13865]58.filter FIELDSET * LABEL SELECT {
[8772]59        display: inline;
60        vertical-align: top;
61        margin: 0 0.5em 0 0;
62}
63
[8264]64.pwg-icon {
[8362]65        display: block;
[8264]66}
[13774]67
68.imageInfoTable {display:block; margin: 0 200px;}
69.imageInfo {display:block; line-height:16px;}
70.imageInfo dt  {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
71.imageInfo dd {display:block; text-align:left; font-weight:normal;}
72.relSwitchBox {position:static;}
73#imageInfos dd { margin: 0 0 5px 20px;}
Note: See TracBrowser for help on using the repository browser.