From b4919767c0613f9effe3fe2cb3860ed29972d029 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 18 Jun 2007 13:45:15 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1647 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/layout.css | 4 ++-- modules/blog/skins/xe_blog/layout.html | 5 +---- plugins/archive_list/skins/blog_archive_list/list.html | 4 ++++ plugins/calendar/skins/blog_calendar_list/list.html | 6 +++++- plugins/tag_list/skins/blog_tag_list/list.html | 4 ++++ 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/layout.css b/modules/blog/skins/xe_blog/css/layout.css index 513020945..fb6138a15 100644 --- a/modules/blog/skins/xe_blog/css/layout.css +++ b/modules/blog/skins/xe_blog/css/layout.css @@ -127,7 +127,7 @@ div#calendar table td.posted a { text-decoration:underline;} .buttonTypeA { display:block; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;} .buttonTypeA:hover { text-decoration:none;} .buttonTypeA img { vertical-align:middle;} -.buttonTypeA input { border:none; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; } +.buttonTypeA input { border:none; cursor:pointer; background:url(../images/white/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; _position:relative; _top:3px;} .buttonTypeA .leftCap { width:2px; height:24px; background:url(../images/white/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} .buttonTypeA .rightCap { width:2px; height:24px; background:url(../images/white/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;} .buttonTypeA .icon { margin:0 .2em;} @@ -135,7 +135,7 @@ div#calendar table td.posted a { text-decoration:underline;} .buttonTypeB { display:block; cursor:pointer; background:url(../images/white/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; font-size:.9em; white-space:nowrap;} .buttonTypeB:hover { text-decoration:none;} .buttonTypeB img { vertical-align:middle;} -.buttonTypeB input { border:none; cursor:pointer; background:url(../images/white/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; } +.buttonTypeB input { border:none; cursor:pointer; background:url(../images/white/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px; _position:relative; _top:4px;} .buttonTypeB .leftCap { width:2px; height:21px; background:url(../images/white/buttonTypeBLeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} .buttonTypeB .rightCap { width:2px; height:21px; background:url(../images/white/buttonTypeBRight.gif) no-repeat; margin:0 -1px 0 .4em;} .buttonTypeB .icon { margin:0 .2em;} diff --git a/modules/blog/skins/xe_blog/layout.html b/modules/blog/skins/xe_blog/layout.html index 0a912fdbc..a55e17d32 100644 --- a/modules/blog/skins/xe_blog/layout.html +++ b/modules/blog/skins/xe_blog/layout.html @@ -29,10 +29,7 @@ - - -
  • RSS
  • - +
  • RSS
  • diff --git a/plugins/archive_list/skins/blog_archive_list/list.html b/plugins/archive_list/skins/blog_archive_list/list.html index 39f07dfdd..1c9331265 100644 --- a/plugins/archive_list/skins/blog_archive_list/list.html +++ b/plugins/archive_list/skins/blog_archive_list/list.html @@ -15,7 +15,11 @@
    diff --git a/plugins/calendar/skins/blog_calendar_list/list.html b/plugins/calendar/skins/blog_calendar_list/list.html index 06ecbdbf5..5c9dbe141 100644 --- a/plugins/calendar/skins/blog_calendar_list/list.html +++ b/plugins/calendar/skins/blog_calendar_list/list.html @@ -48,7 +48,11 @@ {@ $item_class_name = "selected_item"} - {@ $day_link = getUrl('','mid',$mid,'search_target','regdate','search_keyword',$cur_date) } + + {@ $day_link = getUrl('','mid',$layout_info->mid,'search_target','regdate','search_keyword',$cur_date) } + + {@ $day_link = getUrl('','mid',$mid,'search_target','regdate','search_keyword',$cur_date) } + {@ $item_class_name = "unselected_item"} {@ $day_link = ''} diff --git a/plugins/tag_list/skins/blog_tag_list/list.html b/plugins/tag_list/skins/blog_tag_list/list.html index 724739820..e35ed0b4d 100644 --- a/plugins/tag_list/skins/blog_tag_list/list.html +++ b/plugins/tag_list/skins/blog_tag_list/list.html @@ -16,7 +16,11 @@