Skip to content

Commit

Permalink
perbaikan tampilan page pd template
Browse files Browse the repository at this point in the history
  • Loading branch information
sutriadi committed Aug 5, 2012
1 parent 19278df commit 04d4173
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/default/index_template.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<?php echo $header_info; ?>
</div>
<?php } ?>
<div class="section">
<div class="section page">
<div class="collection-detail">
<div class="content-padding"><?php echo $main_content; ?></div>
<div class="clear">&nbsp;</div>
Expand Down
21 changes: 21 additions & 0 deletions template/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,22 @@ hr

}

label span {
width: 200px;
float: left;
display: inline;
}

input[type=radio] {
width: auto;
padding: 5px;
}

p.strip {
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
}

/*----------------------------------------------------------------*/
/* Header Layout */
/*----------------------------------------------------------------*/
Expand Down Expand Up @@ -393,6 +409,11 @@ hr
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
}

.section.page
{
width: 100%;
}

/*----------------------------------------------------------------*/
/* Collection Layout */
/*----------------------------------------------------------------*/
Expand Down

0 comments on commit 04d4173

Please sign in to comment.