mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
springnote 연동 모듈의 기본 스킨의 목록 부분 css 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4059 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3009f1ecfb
commit
0aebdb77fd
2 changed files with 3 additions and 3 deletions
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
.pageSearch { text-align:right; margin:10px 0 10px 0; }
|
||||
.pageList { border:1px solid #E3E3E2; }
|
||||
.pageList .page { border-top:1px dotted #EFEFEF; padding:10px; }
|
||||
.pageList .page { border-top:1px dotted #EFEFEF; padding:0; }
|
||||
.pageList .selected { background-color:#EFEFEF; }
|
||||
.pageList .noline { border-top:none; }
|
||||
.pageList .page .title { background:url("../images/common/document.gif") no-repeat left top; padding-left:18px; }
|
||||
.pageList .page .pageTitle { background:url("../images/common/document.gif") no-repeat left 5px; padding:5px 0 3px 18px; }
|
||||
.pageList .page a { text-decoration:none; color:#666666; }
|
||||
.pageList .page a:hover { text-decoration:underline; color:#333333; }
|
||||
.pageList .page a:visited { text-decoration:none; color:#999999; }
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
{@ $_idx = 0 }
|
||||
<!--@foreach($pages as $key => $val)-->
|
||||
<div class="page <!--@if(!$_idx)-->noline<!--@end--> <!--@if($val->pageid == $pageid)-->selected<!--@end-->" style="padding-left:{($val->depth+1)*20}px;">
|
||||
<div class="title"><a href="{getUrl('pageid',$key)}">{$val->title}</a></div>
|
||||
<div class="pageTitle"><a href="{getUrl('pageid',$key)}">{$val->title}</a></div>
|
||||
<!--@if($val->source)--><div class="desc">{$val->source}</div><!--@end-->
|
||||
</div>
|
||||
{@ $_idx++}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue