[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides config-options-css 3 */ 4 5 .config-option-table { 6 width: 100%; 7 border-collapse: collapse; 8 border: 1px solid {$lightgreyborder}; 9 background: #fff; 10 } 11 12 .config-option-table th, 13 .config-option-table td { 14 padding: 4px 12px; 15 border: 1px solid {$lightgreyborder}; 16 } 17 18 .config-option-table th { 19 background: {$lightgreybackground}; 20 color: {$bluetext}; 21 text-align: right; 22 white-space: nowrap; 23 } 24 25 .config-option-table th em, 26 .config-option-table td em { 27 font-weight: normal; 28 color: {$greytext}; 29 } 30 31 .config-option-table td { 32 color: {$darkgreytext}; 33 width: 100%; 34 white-space: pre-wrap; 35 } 36 37 .config-option-table .column-labels th { 38 font-weight: bold; 39 color: {$bluetext}; 40 text-align: center; 41 background: {$greybackground}; 42 } 43 44 .config-options-current-value { 45 padding: 0 8px 6px; 46 white-space: pre-wrap; 47 } 48 49 .config-options-current-value span { 50 color: {$greytext}; 51 }
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 |