Mercurial > defr > drupal > core
annotate themes/garland/fix-ie-rtl.css @ 7:fff6d4c8c043 6.3
Drupal 6.3
| author | Franck Deroche <webmaster@defr.org> | 
|---|---|
| date | Tue, 23 Dec 2008 14:30:28 +0100 | 
| parents | c1f4ac30525a | 
| children | 
| rev | line source | 
|---|---|
| webmaster@1 | 1 /* $Id: fix-ie-rtl.css,v 1.2 2007/11/09 22:14:41 goba Exp $ */ | 
| webmaster@1 | 2 | 
| webmaster@1 | 3 body { | 
| webmaster@1 | 4 /* Center layout */ | 
| webmaster@1 | 5 text-align: center; | 
| webmaster@1 | 6 /* Allow text resizing */ | 
| webmaster@1 | 7 font-size: 80%; | 
| webmaster@1 | 8 } | 
| webmaster@1 | 9 | 
| webmaster@1 | 10 #squeeze { | 
| webmaster@1 | 11 zoom: 1; | 
| webmaster@1 | 12 direction: ltr; | 
| webmaster@1 | 13 } | 
| webmaster@1 | 14 | 
| webmaster@1 | 15 #squeeze .left-corner{ | 
| webmaster@1 | 16 direction: rtl | 
| webmaster@1 | 17 } | 
| webmaster@1 | 18 | 
| webmaster@1 | 19 #header-region, #wrapper #container { | 
| webmaster@1 | 20 /* Reset text alignment */ | 
| webmaster@1 | 21 text-align: right; | 
| webmaster@1 | 22 } | 
| webmaster@1 | 23 | 
| webmaster@1 | 24 #wrapper #container #center { | 
| webmaster@1 | 25 /* Reduce amount of damage done by extremely wide content */ | 
| webmaster@1 | 26 overflow: hidden; | 
| webmaster@1 | 27 } | 
| webmaster@1 | 28 | 
| webmaster@1 | 29 #wrapper #container #center .right-corner .left-corner { | 
| webmaster@1 | 30 /* Because of the lack of min-height, we use height as an alternative */ | 
| webmaster@1 | 31 height: 400px; | 
| webmaster@1 | 32 } | 
| webmaster@1 | 33 | 
| webmaster@1 | 34 fieldset { | 
| webmaster@1 | 35 /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */ | 
| webmaster@1 | 36 background: none; | 
| webmaster@1 | 37 } | 
| webmaster@1 | 38 | 
| webmaster@1 | 39 /* Prevent fieldsets from shifting when changing collapsed state. */ | 
| webmaster@1 | 40 html.js fieldset.collapsible { | 
| webmaster@1 | 41 position: relative; | 
| webmaster@1 | 42 top: -1em; | 
| webmaster@1 | 43 } | 
| webmaster@1 | 44 | 
| webmaster@1 | 45 html.js fieldset.collapsed { | 
| webmaster@1 | 46 top: 0; | 
| webmaster@1 | 47 margin-bottom: 1em; | 
| webmaster@1 | 48 } | 
| webmaster@1 | 49 | 
| webmaster@1 | 50 tr.menu-disabled { | 
| webmaster@1 | 51 /* Use filter to emulate CSS3 opacity */ | 
| webmaster@1 | 52 filter: alpha(opacity=50); | 
| webmaster@1 | 53 } | 
| webmaster@1 | 54 | 
| webmaster@1 | 55 #header-region { | 
| webmaster@1 | 56 /* Because of the lack of min-height, we use height as an alternative */ | 
| webmaster@1 | 57 height: 1em; | 
| webmaster@1 | 58 } | 
| webmaster@1 | 59 | 
| webmaster@1 | 60 #attach-hide label, #uploadprogress div.message { | 
| webmaster@1 | 61 /* Fading elements in IE causes the text to bleed unless they have a background. */ | 
| webmaster@1 | 62 background-color: #ffffff; | 
| webmaster@1 | 63 } | 
