From 5adac26902e6a8b95e2536432b18641a12e3e5ea Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 10 Nov 2008 08:49:57 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4833 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_default/css/board.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/board/skins/xe_default/css/board.css b/modules/board/skins/xe_default/css/board.css index 1bc0e1855..9442e3cf6 100644 --- a/modules/board/skins/xe_default/css/board.css +++ b/modules/board/skins/xe_default/css/board.css @@ -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,