Commit 72f48f05 authored by Nick Poulden's avatar Nick Poulden
Browse files

Comment index styling

parent d1d80495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Ext.define('Docs.view.comments.Index', {
    extend: 'Ext.container.Container',
    alias: 'widget.commentindex',

    cls: 'iScroll',
    cls: 'comment-index iScroll',
    margin: '10 0 0 0',
    autoScroll: true,

+4 −1
Original line number Diff line number Diff line
@@ -39,7 +39,10 @@
    padding: 8px 0 0 25px; }
  .name { padding: 10px 0 0 0px; display: block; font-weight: normal !important; }
  &.open {
    min-height: 40px; }
    min-height: 40px; } }

.comment-list {
  color: #444;
  .new-comment {
    .note {
      padding-bottom: 10px;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    padding: 1em 0 0.4em 0;
    font-weight: normal; } }

.class-overview, .guide-container {
.class-overview, .guide-container, .comment-index {
  min-height: 100px;
  .clr {
    clear: both; }