[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* History */ 2 3 .path-grade-report-history div.gradeparent { 4 overflow-x: scroll; 5 } 6 7 .path-grade-report-history .singlebutton div, 8 .path-grade-report-history .singlebutton div input[type="button"] { 9 margin: 0; 10 } 11 12 /* User Selector */ 13 .yui3-gradereport_history_usp-hidden { 14 display:none; 15 } 16 17 .gradereport_history_usp .usp-content { 18 position: relative; 19 } 20 .gradereport_history_usp .usp-ajax-content { 21 overflow: auto; 22 border-top: 1px solid #ccc; 23 border-bottom: 1px solid #ccc; 24 } 25 .gradereport_history_usp .usp-ajax-content, 26 .gradereport_history_usp .usp-loading-lightbox { 27 height: 375px; 28 } 29 .gradereport_history_usp .usp-loading-lightbox { 30 background-color: #fff; 31 opacity: .5; 32 position: absolute; 33 text-align: center; 34 width: 100%; 35 top: 0; 36 left: 0; 37 } 38 .gradereport_history_usp .usp-loading-lightbox img { 39 margin-top: 100px; 40 opacity: 1; 41 } 42 43 .gradereport_history_usp .usp-search { 44 text-align: center; 45 } 46 .gradereport_history_usp .usp-user { 47 width: 100%; 48 text-align: left; 49 border-top: 1px solid #eee; 50 } 51 .gradereport_history_usp .usp-user:nth-child(odd) { 52 background-color: #f9f9f9; 53 } 54 .gradereport_history_usp .usp-first-added { 55 border-top: 1px solid #bbb; 56 } 57 .gradereport_history_usp .usp-checkbox { 58 text-align: center; 59 float: left; 60 padding: 11px 6px 0 6px; 61 } 62 .gradereport_history_usp .usp-checkbox input[type=checkbox] { 63 margin: 0; 64 } 65 .gradereport_history_usp .usp-picture { 66 margin: 6px 3px 0 3px; 67 float: left; 68 } 69 .gradereport_history_usp .usp-userpicture{ 70 cursor: pointer; 71 } 72 .gradereport_history_usp .usp-user .details { 73 margin-left: 67px; 74 padding: 3px 6px 0 6px; 75 word-wrap: break-word; 76 } 77 .gradereport_history_usp .usp-user .details label { 78 margin: 0; 79 } 80 .gradereport_history_usp .usp-more-results { 81 padding: 5px; 82 border-top: 1px solid #bbb; 83 } 84 .gradereport_history_usp .usp-finish { 85 padding-top: 1em; 86 text-align: center; 87 } 88 .gradereport_history_usp .usp-finish input { 89 margin: 0; 90 } 91 92 .dir-rtl .gradereport_history_usp .usp-search-results .usp-user { 93 text-align: right; 94 } 95 .dir-rtl .gradereport_history_usp .usp-picture, 96 .dir-rtl .gradereport_history_usp .usp-checkbox { 97 float: right; 98 } 99 .dir-rtl .gradereport_history_usp .usp-user .details { 100 margin-right: 67px; 101 margin-left: 0; 102 } 103 .dir-rtl .gradereport_history_usp input.usp-search-btn { 104 margin-right: 5px; 105 }
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 |