postqueue.css (1225B)
1 .post_queue { 2 display: block; 3 width: 100%; 4 } 5 6 .post_queue > .item { 7 display: block; 8 width: 100%; 9 padding: 15px; 10 font-size: 0; 11 } 12 13 .post_queue > .item:nth-child(odd) { 14 background: #efefed; 15 } 16 17 .post_queue > .item > .report_footer { 18 display: inline-block; 19 vertical-align: middle; 20 width: 150px; 21 font-size: 12px; 22 padding-left: 20px; 23 line-height: 18px; 24 } 25 26 .post_queue > .item > .report_footer span { 27 font-weight: bold; 28 color: #9b59b6; 29 } 30 31 .post_queue > .item > .report_footer button.standardBtn { 32 height: 30px; 33 line-height: 30px; 34 margin: 5px 0 0; 35 width: 100%; 36 text-align: center; 37 padding: 0; 38 } 39 40 .post_queue > .item > .text { 41 display: inline-block; 42 vertical-align: middle; 43 width: calc(100% - 55px); 44 font-size: 14px; 45 } 46 47 .post_queue > .item > .text a { 48 text-decoration: none; 49 } 50 51 .post_queue > .item > .text > .title { 52 font-size: 16px; 53 margin-bottom: 5px; 54 line-height: 20px; 55 } 56 57 .post_queue > .item > .text > .author { 58 font-size: 14px; 59 margin-bottom: 5px; 60 } 61 62 .post_queue > .item > .text > .timestamp { 63 font-size: 12px; 64 color: #999; 65 } 66 67 .post_queue > .item.report > .text { 68 width: calc(100% - 205px); 69 }