[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* reports.less */ 2 3 // The home for small tweaks to reports that don't require 4 // changes drastic enough to pull in the full module css 5 // and replace it completely. 6 7 #page-report-participation-index .participationselectform div label { // Using 'div' here to override the report styles.css 8 display: inline; 9 margin: 0 5px; // No top and bottom margin with a 5px left and right for LTR and RTL. 10 } 11 12 #page-report-participation-index.dir-ltr .participationselectform div label[for=menuinstanceid] { 13 margin-left: 0px; // No left margin for LTR. 14 } 15 16 #page-report-participation-index.dir-rtl .participationselectform div label[for=menuinstanceid] { 17 margin-right: 0px; // No right margin for RTL. 18 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |