widgetStyle for widgetBox

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5984 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-26 09:08:58 +00:00
parent c29d8f9d56
commit 127ef51046
15 changed files with 134 additions and 43 deletions

View file

@ -3,7 +3,9 @@
.widgetBoxContainer{ position:relative;}
.widgetBox{ position:relative; *zoom:1;}
.widgetBox{ position:relative; *zoom:1; }
.widgetBox:after{content:""; display:block; clear:both; }
.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
.widgetBox .widgetContainer{ position:relative; z-index:10;}
.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}