PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 3.3.8
Pods – Custom Content Types and Fields v3.3.8
trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / ui / js / cleditor / jquery.cleditor.css
pods / ui / js / cleditor Last commit date
images 4 years ago jquery.cleditor.css 5 years ago jquery.cleditor.js 5 years ago jquery.cleditor.min.js 5 years ago
jquery.cleditor.css
26 lines
1 .cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
2 .cleditorMain,
3 .cleditorPopup,
4 .cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
5 .cleditorMain iframe {border:none; margin:0; padding:0}
6 .cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
7 .cleditorToolbar {background: url('images/toolbar.gif') repeat}
8 .cleditorGroup {float:left; height:26px}
9 .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')}
10 .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
11 .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
12 .cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
13 .cleditorList div {padding:2px 4px 2px 4px}
14 .cleditorList p,
15 .cleditorList h1,
16 .cleditorList h2,
17 .cleditorList h3,
18 .cleditorList h4,
19 .cleditorList h5,
20 .cleditorList h6,
21 .cleditorList font {padding:0; margin:0; background-color:Transparent}
22 .cleditorColor {width:150px; padding:1px 0 0 1px}
23 .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
24 .cleditorPrompt {background-color:#F6F7F9; padding:8px; font-size:8.5pt}
25 .cleditorPrompt label {padding-bottom:8px}
26 .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}