Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 관리자 화면 디자인 수정 (2)
  * 앞의 버전은 두 사람에게 처참히 까였음 OTL
 * submenu 를 삭제함. (테스트)
  • Loading branch information
inureyes committed May 23, 2008
1 parent b03deb8 commit 7cfb88c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 328 deletions.
2 changes: 2 additions & 0 deletions lib/piece/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@
<hr class="hidden" />
<?php
/********** Submenu part. ***********/
/*
if(!defined('__TEXTCUBE_READER_SUBMENU__')) {
?>
<div id="layout-body">
Expand Down Expand Up @@ -499,6 +500,7 @@
</div>
<?php
}
*/
if(!defined('__TEXTCUBE_READER_SUBMENU__')) {
?>
<hr class="hidden" />
Expand Down
19 changes: 6 additions & 13 deletions style/admin/whitedream/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,19 +297,12 @@ textarea

#main-menu li.selected a:hover
{
color : #000;
color : #222;
}

#main-menu a:hover .sub-menu
#main-menu li a:hover
{
color : #FFF !important;
}

#main-menu li:hover
{
background-image : url("./image/bg_menu_selected.png");
background-position : center top;
background-repeat : repeat-x;
color : #1FF;
}

#main-menu ul.sub-menu
Expand All @@ -326,12 +319,13 @@ textarea
color : #222;
position : absolute;
z-index : 999;
top : 32px;
top : 33px;
left : 0;
border : solid 1px;
border : solid 1px #CCC;
background-image : url("./image/bg_menu_selected.png");
background-repeat : no-repeat;
background-position : -80px -33px;
padding-bottom : 10px;
}

#main-menu li:hover ul:hover
Expand All @@ -343,7 +337,6 @@ textarea
{
float : none;
margin : 0;
padding : 0;
}

#main-menu li:hover ul li.firstChild
Expand Down
256 changes: 0 additions & 256 deletions style/admin/whitedream/link.css

This file was deleted.

27 changes: 0 additions & 27 deletions style/admin/whitedream/link.ie.css

This file was deleted.

32 changes: 0 additions & 32 deletions style/admin/whitedream/link.ie7.css

This file was deleted.

0 comments on commit 7cfb88c

Please sign in to comment.