[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides ponder-feed-view-css 3 */ 4 5 .ponder-question-summary { 6 width: 100%; 7 background: #DFDFE3; 8 float: left; 9 clear: both; 10 margin-top: 1px; 11 padding: 1px; 12 } 13 14 .ponder-answer-summary { 15 width : 100%; 16 background : #DFDFE3; 17 float : left; 18 clear : both; 19 margin-top : 1px; 20 padding : 1px; 21 } 22 23 .ponder-summary-votes { 24 width : 50px; 25 height : 36pt; 26 font-size : 18pt; 27 text-align : center; 28 background : #EEE; 29 border : 1px solid #BBB; 30 float : left; 31 margin : 2px; 32 padding-top : 2px; 33 } 34 35 .ponder-summary-answers { 36 width : 50px; 37 height : 36pt; 38 font-size : 18pt; 39 text-align : center; 40 background : #EEE; 41 border : 1px solid #BBB; 42 float : left; 43 margin : 2px; 44 padding-top : 2px; 45 } 46 47 .ponder-question-label { 48 font-size : 6pt; 49 } 50 51 h2.ponder-question-title { 52 font-size : 12pt; 53 margin : 2px; 54 padding : 0; 55 } 56 57 h2.ponder-answer-title { 58 font-size : 12pt; 59 margin : 2px; 60 padding : 0; 61 } 62 63 .ponder-metadata { 64 padding-left : 5px; 65 width : 650px; 66 float : left; 67 } 68 69 .ponder-small-metadata { 70 font-size : 7.5pt; 71 color : #555; 72 margin : 0; 73 text-align : right; 74 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |