Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * retro-celebrate, swallow 스킨도 반영
  • Loading branch information
inureyes committed May 28, 2008
1 parent 21b3160 commit dd6e4ea
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 116 deletions.
1 change: 0 additions & 1 deletion style/admin/retro-celebrate/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,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/retro-celebrate/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 @@ -38,7 +43,7 @@
{
position : absolute;
left : 10px;
top : 40px;
top : 0;
width : 200px;
}

Expand Down Expand Up @@ -107,7 +112,7 @@
{
position : absolute;
left : 10px;
top : 280px;
top : 240px;
width : 410px;
}

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

#part-center-dashboard #myBlogInfo.section h3
Expand All @@ -167,7 +172,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 dd6e4ea

Please sign in to comment.