diff options
Diffstat (limited to 'modules/news')
-rw-r--r-- | modules/news/functions.php | 2 | ||||
-rw-r--r-- | modules/news/style.css | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/modules/news/functions.php b/modules/news/functions.php index 790a00e..5fd722c 100644 --- a/modules/news/functions.php +++ b/modules/news/functions.php @@ -181,7 +181,7 @@ function displayNews($data, $short = false){ </tr> </table> </div> - <div class="content"> + <div class="content news"> <img src="modules/news/categories/<?php echo $news['catimage']; ?>" alt="<?php echo $news['catname']; ?>" align="right" /> <?php if($short) { diff --git a/modules/news/style.css b/modules/news/style.css index fe98982..b271757 100644 --- a/modules/news/style.css +++ b/modules/news/style.css @@ -81,7 +81,7 @@ #comments .comment_author { position: absolute; left: -120px; - width: 100px; + //width: 100px; color: #8d8d8d; font-size: 10px; line-height: 14px; @@ -109,7 +109,7 @@ left: auto; right: 20px; bottom: 10px; - width: 200px; + //width: 200px; height: 40px; } #comments .children .comment_author p { @@ -122,7 +122,7 @@ display: block; } #comments .children .comment_author img { - width: 40px; + //width: 40px; height: 40px; float: right; } @@ -162,7 +162,7 @@ display: none; } #comments .input { - width: 456px; + //width: 456px; padding: 4px 5px; background: #fff; border: 1px solid #ced0d0; @@ -172,12 +172,12 @@ margin-bottom: 10px; } #comments .children .input { - width: 431px; + //width: 431px; } #comments .textarea { padding-top: 20px; padding-left: 20px; - width: 448px; + //width: 448px; max-width: 468px; height: 135px; font-size: 12px; @@ -185,17 +185,17 @@ font-family: Tahoma, Arial, Helvetica, sans-serif; } #comments .children .textarea { - width: 423px; + //width: 423px; } #comments #submit_comment { - width: 12.0em; + //width: 12.0em; height: 3.0em; float: right; margin-right: 7px; margin-top: 10px; } #wpUserLinks_form #submit_comment { - width: 12.0em; + //width: 12.0em; height: 3.0em; margin-top: 10px; } @@ -204,7 +204,7 @@ } #cancel-comment-reply { float: left; - width: 120px; + //width: 120px; height: 30px; margin-top: 8px; } @@ -215,7 +215,7 @@ font-size: 9px; text-transform: uppercase; height: 22px; - width: 70px; + //width: 70px; text-align: center; padding-bottom: 2px; letter-spacing: -0.05em; |