[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 /* language editor issue icons */ 2 .langeditor_ok { 3 width: 16px; 4 height: 16px; 5 display: inline-block; 6 margin: 1px; 7 background: url(images/icons/tick.png) no-repeat; 8 } 9 10 .langeditor_nothingtocompare { 11 width: 16px; 12 height: 16px; 13 display: inline-block; 14 margin: 1px; 15 background: url(images/icons/no_change.png) no-repeat; 16 } 17 18 .langeditor_warning { 19 width: 16px; 20 height: 16px; 21 display: inline-block; 22 margin: 1px; 23 background: url(images/icons/warning.png) no-repeat; 24 } 25 26 /* language editor file list rows */ 27 .langeditor_editwithfile, 28 .langeditor_phrases, 29 .langeditor_editfile, 30 .langeditor_issues, 31 .langeditor_edit { 32 font-weight: bold; 33 text-align: center; 34 } 35 36 .langeditor_editwithfile, 37 .langeditor_editfile { 38 text-align: left; 39 } 40 41 .langeditor_edit, 42 .langeditor_phrases { 43 font-weight: normal; 44 } 45 46 /* language editor edit mode textareas */ 47 .langeditor_textarea_issue { 48 border: 1px solid red; 49 } 50 51 .langeditor_textarea_editwith { 52 background: #E0E0E0; 53 } 54 .langeditor_textarea_edit, 55 .langeditor_textarea_editwith { 56 width: 98%; 57 padding: 4px; 58 } 59 60 /* language editor main page */ 61 .langeditor_info_name { 62 font-weight: bold; 63 } 64 65 .langeditor_info_author { 66 font-size: x-small; 67 } 68 69 .langeditor_rtl { 70 direction: rtl; 71 unicode-bidi: bidi-override; 72 } 73 74 .langeditor_ltr { 75 direction: ltr; 76 unicode-bidi: bidi-override; 77 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |