[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 table#explaincaps, 2 table#defineroletable, 3 table.grading-report, 4 table#listdirectories, 5 table.rolecaps, 6 table.userenrolment, 7 table#form, 8 form#movecourses table, 9 #page-admin-course-index .editcourse, 10 .forumheaderlist, 11 table.flexible, 12 .generaltable { 13 .table-striped; 14 } 15 table { 16 caption { 17 font-size: 24px; 18 font-weight: bold; 19 line-height: 42px; 20 text-align: left; 21 } 22 } 23 24 .dir-rtl { 25 table#explaincaps, 26 table#defineroletable, 27 table.grading-report, 28 table#listdirectories, 29 table.rolecaps, 30 table.userenrolment, 31 table#form, 32 form#movecourses table, 33 .forumheaderlist, 34 table.flexible, 35 .generaltable, 36 .generaltable thead:first-child tr:first-child { 37 td, 38 th { 39 text-align: right; 40 } 41 } 42 table { 43 caption { 44 text-align: right; 45 } 46 } 47 } 48 49 #page-admin-course-index.dir-rtl .editcourse { 50 td, 51 th { 52 text-align: right; 53 } 54 } 55 56 #page-report-loglive-index .generaltable, 57 #page-admin-report-log-index .generaltable, 58 #page-report-log-user .generaltable, 59 #page-admin-user table, 60 .environmenttable, 61 .category_subcategories, 62 .rcs-results, 63 table#listdirectories { 64 .table-condensed 65 } 66 .user-enroller-panel .uep-search-results .users, 67 .user-enroller-panel .uep-search-results .cohorts, 68 table.grading-report, 69 .forumheaderlist, 70 .generaltable, 71 table.flexible, 72 .category_subcategories, 73 table#modules, 74 table#permissions { 75 .table-hover 76 } 77 // language editing progress bar 78 // copied in because the styles are set on the HTML 79 div[id^="bar_pbar_"] { 80 overflow: hidden !important; 81 height: @baseLineHeight !important; 82 margin-bottom: @baseLineHeight !important; 83 #gradient > .vertical(#f5f5f5, #f9f9f9) !important; 84 .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)) !important; 85 .border-radius(@baseBorderRadius) !important; 86 border: none !important; 87 } 88 div[id^="progress_pbar_"] { 89 height: 100% !important; 90 color: @white !important; 91 float: left !important; 92 font-size: 12px !important; 93 text-align: center !important; 94 text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) !important; 95 #gradient > .vertical(#149bdf, #0480be) !important; 96 .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)) !important; 97 .box-sizing(border-box) !important; 98 .transition(width .6s ease) !important; 99 padding-top: 0 !important; 100 border: none !important; 101 } 102 // colored buttons 103 input.form-submit, 104 input#id_submitbutton, 105 input#id_submitbutton2, 106 .path-admin .buttons input[type="submit"], 107 td.submit input { 108 .btn-primary 109 } 110 // override .btn-primary 111 #notice .singlebutton + .singlebutton input, 112 .submit.buttons input[name="cancel"] { 113 .btn 114 } 115 #notice .singlebutton + .singlebutton input, 116 .submit.buttons input[name="cancel"] { 117 .btn-lineup 118 } 119 input[id$="_clearbutton"], 120 input[type="reset"] { 121 .btn-warning 122 }
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 |