[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 .block { 2 border: 1px solid; 3 margin-bottom: 1em; 4 } 5 6 .block .header h2 { 7 padding: .2em 0 0 .2em; 8 margin: 0; 9 word-wrap: break-word; 10 } 11 12 .block .header .block_action { 13 float: right; 14 margin: 4px 0 3px 0; 15 vertical-align: top; 16 } 17 18 .block .header .block_action img, 19 .block .header .block_action input { 20 margin: 0 3px; 21 width: 12px; 22 height: 12px; 23 } 24 25 .block .content { 26 padding: 4px; 27 } 28 29 .jsenabled .block.hidden .content { 30 display: none; 31 } 32 33 .block .content .userpicture { 34 width: 16px; 35 height: 16px; 36 margin-right: 6px; 37 } 38 39 .block .content .list li.listentry { 40 clear: both; 41 } 42 43 .block .content .list .c0 { 44 display: inline; 45 } 46 47 .block .content .list .c1 { 48 margin-left: 5px; 49 display: inline; 50 } 51 52 .block .footer { 53 margin-bottom: 4px; 54 } 55 56 .block_navigation .block_tree li { 57 overflow: hidden; 58 } 59 60 .block_calendar_upcoming .footer { 61 margin-top: .5em; 62 } 63 64 /** block_list blocks need column stuffs **/ 65 .block.list_block .unlist > li > .column { 66 display: inline-block; 67 } 68 69 .ie6 .block.list_block .unlist .column { 70 display: inline; 71 } 72 73 .block.beingmoved { 74 border-width: 2px; 75 border-style: dashed; 76 } 77 78 .blockmovetarget { 79 display: block; 80 height: 1em; 81 margin-bottom: 1em; 82 border-width: 2px; 83 border-style: dashed; 84 } 85 86 .block-region block.invisible .header h2 { 87 opacity: 0.5; 88 filter: alpha(opacity=50); 89 } 90 91 .block .block-hider-show, 92 .block .block-hider-hide { 93 cursor: pointer; 94 } 95 96 .block .block-hider-show, 97 .block.hidden .block-hider-hide { 98 display: none; 99 } 100 101 .block.hidden .block-hider-show { 102 display: inline; 103 } 104 105 .block_completionstatus .generaltable { 106 border: 0px; 107 } 108 109 .block_completionstatus .generaltable .cell { 110 border: 0px; 111 } 112 113 .block-region { 114 min-height: 400px; 115 overflow: hidden; 116 } 117 /** Block commands when editing **/ 118 119 .editing .block .header .commands { 120 text-align: right; 121 clear: both; 122 } 123 124 .editing .block .header .commands > a { 125 margin: 0 3px; 126 } 127 128 .editing .block .header .commands .icon img { 129 width: 12px; 130 height: 12px; 131 } 132 133 .editing .block .header .commands img.actionmenu { 134 width: auto; 135 } 136 137 /** Overide for RTL layout **/ 138 .dir-rtl .block .header h2 { 139 padding: .2em .2em 0 0; 140 } 141 142 .dir-rtl .block .header .block_action { 143 float: left; 144 } 145 146 .dir-rtl.editing .block .header .commands { 147 text-align: left; 148 }
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 |