mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
RSS 리더 위젯의 스킨 CSS 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c1b1b3ace
commit
0729e06b31
7 changed files with 67 additions and 69 deletions
|
|
@ -1,12 +1,12 @@
|
|||
.tab_menu_latest_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.tab_menu_latest_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
|
||||
.tab_menu_latest_select h2 a,
|
||||
.tab_menu_latest_select .tabcontent_rss a { text-decoration:none; color:#000000;}
|
||||
.tab_menu_latest_select h2 a:hover,
|
||||
.tab_menu_latest_select .tabcontent_rss a:hover { text-decoration:underline;}
|
||||
.rss_reader_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
|
||||
.rss_reader_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;}
|
||||
.rss_reader_select h2 a,
|
||||
.rss_reader_select .tabcontent_rss a { text-decoration:none; color:#000000;}
|
||||
.rss_reader_select h2 a:hover,
|
||||
.rss_reader_select .tabcontent_rss a:hover { text-decoration:underline;}
|
||||
|
||||
.tab_menu_latest_select .tabcontentcontainer {width:100%;}
|
||||
.rss_reader_select .tabcontentcontainer {width:100%;}
|
||||
|
||||
.tab_menu_latest_select .tabcontent_rss {display:none;width:100%; color:#555555;}
|
||||
.rss_reader_select .tabcontent_rss {display:none;width:100%; color:#555555;}
|
||||
|
||||
.tab_menu_latest_select .date { color:#999999; font:.9em Tahoma; white-space:nowrap; margin-right:5px;}
|
||||
.rss_reader_select .date { color:#999999; font:.9em Tahoma; white-space:nowrap; margin-right:5px;}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--%import("css/select.css")-->
|
||||
<!--%import("js/tab.js")-->
|
||||
{@ $tab_id = mt_rand()}
|
||||
<div class="tab_menu_latest_{$colorset}">
|
||||
<div class="rss_reader_select">
|
||||
<h2 title="{date('Y-m-d H:i:s')}"><a href="{$widget_info->rss->link}" onclick="window.open(this.href);return false">{$widget_info->title?$widget_info->title:$widget_info->rss->title}</a></h2>
|
||||
<table>
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue