style optimized for IE

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@118 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-20 13:47:43 +00:00
parent 21f15f6c54
commit 19fb33b6e7
1 changed files with 8 additions and 0 deletions

View File

@ -259,6 +259,8 @@ div.small_set div.module a.mod_small_link div.mod_body {
position:absolute; position:absolute;
bottom:0px; bottom:0px;
top:0px; top:0px;
left:0px;
right:0px;
height:100%; height:100%;
width:100%; width:100%;
} }
@ -273,6 +275,8 @@ div.small_set div.module a.mod_small_link div.mod_body span.mod_now {
div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_now, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_now { div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_now, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_now {
font-size: 17pt; font-size: 17pt;
padding-top:20pt; padding-top:20pt;
/* IE-Hack*/
_padding-top:17pt;
padding-bottom:0pt; padding-bottom:0pt;
} }
div.small_set div.module a.mod_small_link div.mod_body span.mod_now_extra { div.small_set div.module a.mod_small_link div.mod_body span.mod_now_extra {
@ -291,6 +295,8 @@ div.small_set div.module a.mod_small_link div.mod_body span.mod_av {
width:100%; width:100%;
text-align:center; text-align:center;
bottom:19px; bottom:19px;
left:0px;
right:0px;
} }
div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_av, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_av { div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_av, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_av {
@ -304,6 +310,8 @@ div.small_set div.module a.mod_small_link div.mod_body, div.small_set div.module
div.small_set div.module a.mod_small_link div.mod_footer { div.small_set div.module a.mod_small_link div.mod_footer {
position:absolute; position:absolute;
bottom:0px; bottom:0px;
left:0px;
right:0px;
width: 100%; width: 100%;
background:#F0D0AF; background:#F0D0AF;
} }