git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4833 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-11-10 08:49:57 +00:00
parent 751928cb8e
commit 5adac26902

View file

@ -200,11 +200,9 @@
/* Attached File */
.attachedFile{ margin:0; padding:0; border:none; clear:both;}
.item .attachedFile{ position:absolute; left:0; bottom:0;}
.reply .attachedFile{ position:absolute; left:10px; bottom:0;}
.attachedFile *{ font-family:Tahoma; display:inline;}
.attachedFile *{ font-family:Tahoma; display:inline; padding:0; margin:0;}
.attachedFile dt{ z-index:2; display:inline; font-weight:bold;}
.attachedFile dd{ z-index:1; left:-5px; display:inline; padding-left:12px; *zoom:1; background:url(../images/common/iconFile.gif) no-repeat left 3px; }
.attachedFile dd{ z-index:1; left:-5px; display:inline; padding-left:12px; *zoom:1; background:url(../images/common/iconFile.gif) no-repeat left 3px; margin-right:5px; }
.attachedFile dd a{ text-decoration:underline; }
.attachedFile dd a .bubble{ position:absolute; display:none; text-decoration:none; white-space:nowrap; border:1px solid; padding:2px 5px; left:0; top:-20px; cursor:pointer;}
.attachedFile dd a:hover .bubble,