Revision: 1426
Author: magike.net
Date: Thu May  6 23:57:27 2010
Log: 后台布局调整
http://code.google.com/p/typecho/source/detail?r=1426

Modified:
  /trunk/admin/css/typecho.source.css
  /trunk/admin/manage-comments.php
  /trunk/admin/profile.php

=======================================
--- /trunk/admin/css/typecho.source.css Thu May  6 22:12:12 2010
+++ /trunk/admin/css/typecho.source.css Thu May  6 23:57:27 2010
@@ -238,6 +238,15 @@
      height:17px;
      margin-bottom:-1px;
  }
+
+img.avatar {
+       padding: 2px;
+       background: #FFF;
+       float: right;
+
+       -moz-box-shadow: 1px 1px 2px #999;
+       -webkit-box-shadow: 1px 1px 2px #999;
+}

  /**
   * clearfix
@@ -1447,12 +1456,13 @@
  ul.typecho-list-notable li span.trackback {
      background-position: bottom;
  }
+
+ul.typecho-list-notable li .comment-body {
+       overflow: visible;
+}

  ul.typecho-list-notable li .comment-avatar img {
-       float: right;
        margin-top: 5px;
-       padding: 2px;
-       background: #FFF;
  }

  ul.typecho-list-notable li code, ul.typecho-list-notable li pre {
@@ -1754,8 +1764,8 @@
  }

  .typecho-page-main .typecho-content-panel h4 img {
-    margin-bottom: -2px;
-    margin-right: -3px;
+    margin-right: 10px;
+       margin-top: 10px;
  }

  /**
=======================================
--- /trunk/admin/manage-comments.php    Thu May  6 22:12:12 2010
+++ /trunk/admin/manage-comments.php    Thu May  6 23:57:27 2010
@@ -80,7 +80,7 @@
                          <div class="column-01 center">
                              <input type="checkbox" value="<?php  
$comments->coid(); ?>" name="coid[]"/>
                          </div>
-                        <div class="column-23">
+                        <div class="column-23 comment-body">
                              <div class="content">
                                  <div class="comment-avatar">
                                      <?php $comments->gravatar(); ?>
=======================================
--- /trunk/admin/profile.php    Mon Jan 11 22:24:27 2010
+++ /trunk/admin/profile.php    Thu May  6 23:57:27 2010
@@ -12,8 +12,8 @@
          <div class="container typecho-page-main">
              <div class="column-16 suffix typecho-content-panel">
                  <h4>
-                <?php echo '<img src="http://www.gravatar.com/avatar/' .  
md5($user->mail) . '?s=20&r=X' .
-                '&d=" alt="' . $user->screenName . '" width="20"  
height="20" />'; ?>
+                <?php echo '<img class="avatar"  
src="http://www.gravatar.com/avatar/' . md5($user->mail) . '?s=50&r=X' .
+                '&d=" alt="' . $user->screenName . '" width="50"  
height="50" />'; ?>
                  <?php $user->name(); ?><cite>(<?php  
$user->screenName(); ?>)</cite>
                  </h4>
                  <p><?php _e('目前有 <em>%s</em> 篇 Blog,并有 <em>%s</em> 条 
关于你的评论在已设定的 <em>%s</em> 个分类中.',
_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce

回复