Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 아이콘 모드에서 위아래를 구분하기 힘든 문제 수정
  • Loading branch information
inureyes committed May 28, 2008
1 parent f47b8b4 commit b7a35e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion interface/owner/skin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function changeList(obj) {
</div>
</div>
<?php
if((($i+1) % 3) == 0) echo CRLF.TAB.TAB.TAB.TAB.TAB.TAB.'<hr class="hidden">'.CRLF;
if((($i+1) % 4) == 0) echo CRLF.TAB.TAB.TAB.TAB.TAB.TAB.'<hr class="hidden list-divider" />'.CRLF;
}
?>
</div>
Expand Down
1 change: 0 additions & 1 deletion style/admin/whitedream/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ h2.caption span
overflow: hidden;
padding-left: 10px;
}

.tabs-box li
{
background-color: #EFEFEF;
Expand Down
11 changes: 8 additions & 3 deletions style/admin/whitedream/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@
margin-bottom : 100px;
}

.list-divider
{
height : 20px !important;
}

/*********** Icon view ************/
#part-skin-list #iconview-box .section
{
Expand Down Expand Up @@ -255,7 +260,7 @@
#part-skin-list #iconview-box .section .information .title-line
{
position : relative;
top : 48px;
top : 0;
clear : both;
margin : 0;
padding : 0;
Expand All @@ -266,15 +271,15 @@
{
left : 5px;
position : absolute;
top : 170px;
top : 190px;
width : 60px;
}

#part-skin-list #iconview-box .section .information .button-box .apply-button
{
left : 82px;
position : absolute;
top : 170px;
top : 190px;
width : 60px;
}

Expand Down
2 changes: 1 addition & 1 deletion style/admin/whitedream/skin.ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#part-skin-list #iconview-box .section .information .title-line
{
position : relative;
top : 205px;
top : 160px;
left : -158px;
width : 160px;
clear : both;
Expand Down

0 comments on commit b7a35e0

Please sign in to comment.