Browse Source

コメントmetaエリアのCSS修正

yusuke.takagi 9 years ago
parent
commit
91281c3240
1 changed files with 18 additions and 0 deletions
  1. 18 0
      resource/css/_comment_crowi-plus.scss

+ 18 - 0
resource/css/_comment_crowi-plus.scss

@@ -8,4 +8,22 @@
     border-top: 3px solid #f0f0f0;
   }
 
+  .page-comment {
+    position: relative;
+    // ユーザーアイコン
+    .picture.picture-rounded{
+      position: absolute;
+      top: 1em;
+    }
+
+    // コメントセクション
+    .page-comment-main{
+      margin-left: 2.5em;
+      margin-bottom: 1em;
+    }
+  }
+  // コメント入力フォーム
+  .comment-write{
+    margin-bottom: 1em;
+  }
 }