Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 스킨 선택 부분의 변화 사항을 반영하여 modern 커밋함.
  • Loading branch information
inureyes committed May 28, 2008
1 parent bc5e058 commit 21b3160
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 57 deletions.
1 change: 0 additions & 1 deletion style/admin/modern/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ h2.caption span
overflow: hidden;
padding-left: 10px;
}

.tabs-box li
{
background-color: #EFEFEF;
Expand Down
15 changes: 10 additions & 5 deletions style/admin/modern/center.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@
#part-center-dashboard,
#part-center-lint
{
height : 480px;
height : 440px;
position : relative;
}

#part-center-dashboard h2
{
display : none;
}

#part-center-dashboard .section h3,
#part-center-lint .section h3
{
Expand All @@ -37,7 +42,7 @@
{
position : absolute;
left : 10px;
top : 40px;
top : 0;
width : 200px;
}

Expand Down Expand Up @@ -105,7 +110,7 @@

position : absolute;
left : 10px;
top : 280px;
top : 240px;
width : 410px;
}

Expand Down Expand Up @@ -145,7 +150,7 @@
width : 505px;
position : absolute;
right : 20px;
top : 40px;
top : 0;
}

#part-center-dashboard #myBlogInfo.section h3
Expand All @@ -165,7 +170,7 @@
#part-center-dashboard #infoPanel
{
border : 1px solid #d9dde0;
margin-top: 10px;
margin-top : 10px;
padding : 9px;
width : 485px;
float : right;
Expand Down
Loading

0 comments on commit 21b3160

Please sign in to comment.