Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * IE6/7에서 검색창이 쳐져보이는 문제 수정
 * IE6에서 현재 스킨 미리보기가 가운데 정렬이 안되는 문제 수정
  • Loading branch information
inureyes committed May 28, 2008
1 parent 6a7af2f commit f47b8b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style/admin/whitedream/skin.ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
border : 1px solid #FFFFFF;
}
#skin-search-form
{
left : 300px;
}

#skin-search-form .input-button
{
Expand Down Expand Up @@ -35,6 +39,11 @@
height : 185px !important;
}

#search-box
{
top : -4px !important;
}

/* Edit ******************************************************************************************/

#part-skin-edit .section ul
Expand Down
14 changes: 14 additions & 0 deletions style/admin/whitedream/skin.ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
margin-bottom : 20px;
}

#skin-search-form
{
left : 300px;
}

#part-skin-list .section .preview,
#part-skin-current .section .preview
{
Expand All @@ -32,6 +37,15 @@
background-color : #EFEFEF;
}

#search-box
{
top : -4px !important;
}

#viewmode-box
{
top : -4px !important;
}
/* Edit ******************************************************************************************/

#part-skin-edit .section ul
Expand Down

0 comments on commit f47b8b4

Please sign in to comment.