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,