[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides owners-path-editor-css 3 */ 4 5 .owners-path-editor-table { 6 margin: 10px; 7 } 8 9 .owners-path-editor-table td { 10 padding: 2px 4px; 11 vertical-align: middle; 12 } 13 14 .owners-path-editor-table select.owners-repo { 15 width: 150px; 16 } 17 18 .owners-path-editor-table input { 19 width: 400px; 20 } 21 22 .owners-path-editor-table div.error-display { 23 padding: 4px 12px 0; 24 } 25 26 .owners-path-editor-table div.validating { 27 color: {$greytext}; 28 } 29 30 .owners-path-editor-table div.invalid { 31 color: #aa0000; 32 } 33 34 .owners-path-editor-table div.valid { 35 color: #00aa00; 36 font-weight: bold; 37 }
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 |