Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 쓰기 버튼 추가
  • Loading branch information
inureyes committed May 31, 2008
1 parent 4849392 commit b319e5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions style/admin/whitedream/center.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,30 @@

#shortcut-collection h3
{
height : 38px;
background-image : url("./image/bg_title_right.png");
border-left : 1px solid #EEE;
display:none;
}

#shortcut-collection ul li.newPost
{
background-image : none;
border-bottom : none;
margin-left : -15px;
padding : 10px 10px 5px 15px;
}

#shortcut-collection ul li a.newPost
{
display : block;
height : 68px;
width : 200px;
background-image : url("./image/bg_dashboard_write.png");
}

#shortcut-collection ul li a.newPost span
{
display : block;
padding-top : 26px;
margin-left : 70px;
}

#shortcut-collection ul li,
Expand Down
Binary file added style/admin/whitedream/image/bg_dashboard_write.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b319e5d

Please sign in to comment.