Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * popup editor 에도 body id를 강제 지정
 * popup CSS를 왼쪽 기준 지정으로 변경
  • Loading branch information
inureyes committed Jun 2, 2008
1 parent 561072b commit c275252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/piece/owner/headerForPopupEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<script type="text/javascript" src="<?php echo $service['path'];?>/script/editor3.js"></script>
<?php echo fireEvent('ShowAdminHeader', ''); ?>
</head>
<body<?php echo (empty($htmlBodyEvents) ? '' : $htmlBodyEvents);?>>
<body id="body-entry"<?php echo (empty($htmlBodyEvents) ? '' : ' '.$htmlBodyEvents);?>>
<div id="temp-wrap">
<div id="all-wrap">
<div id="layout-header">
Expand Down
2 changes: 1 addition & 1 deletion style/admin/whitedream/popup-comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body
padding : 10px;
height : 150px;
width : 390px;
margin : 0 0 10px 25px;
margin : 0 0 10px 20px;
overflow-x : hidden;
overflow-y : scroll;
}
Expand Down

0 comments on commit c275252

Please sign in to comment.