Changeset 5914
- Timestamp:
- 05/10/08 02:09:57 (5 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
interface/owner/skin/coverpage/index.php (modified) (2 diffs)
-
interface/owner/skin/sidebar/index.php (modified) (2 diffs)
-
style/admin/whitedream/communication.css (modified) (2 diffs)
-
style/admin/whitedream/skin.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/skin/coverpage/index.php
r5912 r5914 268 268 $errmsg = '사용중인 표지 플러그인이 없습니다.'; 269 269 ?> 270 <ul id="coverpage-tabs-box" class="tabs-box right">270 <ul id="coverpage-tabs-box" class="tabs-box"> 271 271 <li class="selected"><a id="default-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 272 272 </ul> … … 290 290 } 291 291 ?> 292 <ul id="coverpage-tabs-box" class="tabs-box right">292 <ul id="coverpage-tabs-box" class="tabs-box"> 293 293 <li<?php echo $defaultModeSelected ? ' class="selected"' : NULL;?>><a id="default-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 294 294 <li<?php echo $safeModeSelected ? ' class="selected"' : NULL;?>><a id="safe-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage?safe" title="<?php echo _t('태그를 사용하지 않아 레이아웃이 깨질 위험이 없는 모드입니다.');?>"><?php echo _t('안전모드');?></a></li> -
trunk/interface/owner/skin/sidebar/index.php
r5912 r5914 233 233 if ($sidebarCount == 0) { 234 234 ?> 235 <ul id="sidebar-tabs-box" class="tabs-box right">235 <ul id="sidebar-tabs-box" class="tabs-box"> 236 236 <li class="selected"><a id="default-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar');?>" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 237 237 </ul> … … 256 256 } 257 257 ?> 258 <ul id="sidebar-tabs-box" class="tabs-box right">258 <ul id="sidebar-tabs-box" class="tabs-box"> 259 259 <li<?php echo $defaultModeSelected ? ' class="selected"' : NULL;?>><a id="default-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar');?>" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 260 260 <li<?php echo $safeModeSelected ? ' class="selected"' : NULL;?>><a id="safe-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar?safe');?>" title="<?php echo _t('태그를 사용하지 않아 레이아웃이 깨질 위험이 없는 모드입니다.');?>"><?php echo _t('안전모드');?></a></li> -
trunk/style/admin/whitedream/communication.css
r5908 r5914 211 211 #part-post-trash #search-form 212 212 { 213 top : 115px;213 top : 70px; 214 214 } 215 215 … … 225 225 position : absolute; 226 226 left : 0; 227 top : 1 13px;227 top : 140px; 228 228 } 229 229 -
trunk/style/admin/whitedream/skin.css
r5895 r5914 344 344 } 345 345 346 #treePreview 347 { 348 height: 300px; 349 overflow: visible; 350 width: 300px; 351 } 352 346 353 #tree-preview-box 347 354 { … … 464 471 { 465 472 margin-bottom : 15px; 473 } 474 475 #part-coverpage-order #link-tabs-box 476 { 477 margin-top : 20px; 466 478 } 467 479 … … 691 703 #independent-cover-line 692 704 { 693 margin: - 40px 10px 0 0;705 margin: -27px 10px 0 300px; 694 706 } 695 707 … … 764 776 { 765 777 margin-bottom : 15px; 778 } 779 780 #part-sidebar-order #link-tabs-box 781 { 782 margin-top : 20px; 766 783 } 767 784
