Skip to content

Commit

Permalink
refs #1604 : Modified : Now replies have clearer look.
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 25, 2012
1 parent a998aa8 commit ea47032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions interface/i/comment/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<div id="comment_<?php echo $entry['id']."_".time();?>" title="<?php echo _text('댓글');?> : <?php echo htmlspecialchars($entry['title']);?>" selected="false">
<?php
printMobileCommentView($entry['id']);
?>
<fieldset class="navi margin-top10">
<?php
printMobileNavigation($entry, false, true);
?>
</fieldset>
Expand Down
5 changes: 4 additions & 1 deletion resources/style/iphone/iphone.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ li.post_item .post .description {
}

.comment p.ui-li-aside {
margin-right:50px;
padding-right:50px;
}

.comment p.body {
margin-top:25px;
}
.comment li.groupSub {
border-left:20px solid #ccc;
}

.comment_button {
position:absolute;
Expand Down

0 comments on commit ea47032

Please sign in to comment.