[UPDATE] CLEditor to 1.4.5

This commit is contained in:
Sebastian Grewe 2015-04-15 14:55:15 +02:00
parent b4d5b9a196
commit 4d96e3e74d
4 changed files with 33 additions and 1203 deletions

View File

@ -10,6 +10,7 @@
* Updated MorrisJS to 0.5.1 * Updated MorrisJS to 0.5.1
* Updated RaphaelJS to 2.1.2 * Updated RaphaelJS to 2.1.2
* Updated Bootstrap Switch to 3.3.2 * Updated Bootstrap Switch to 3.3.2
* Updated CLEditor to 1.4.5
* Removed unneeded JS files * Removed unneeded JS files
1.0.1 (Apr 15th 2015) 1.0.1 (Apr 15th 2015)

View File

@ -1,24 +1,26 @@
.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white} .cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
.cleditorMain iframe {border:none; margin:0; padding:0} .cleditorMain,
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */} .cleditorPopup,
.cleditorToolbar {background: url('images/toolbar.gif') repeat} .cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
.cleditorGroup {float:left; height:26px} .cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')} .cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)} .cleditorToolbar {background: url('images/toolbar.gif') repeat}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC} .cleditorGroup {float:left; height:26px}
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000} .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')}
.cleditorList div {padding:2px 4px 2px 4px} .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorList p, .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorList h1, .cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList h2, .cleditorList div {padding:2px 4px 2px 4px}
.cleditorList h3, .cleditorList p,
.cleditorList h4, .cleditorList h1,
.cleditorList h5, .cleditorList h2,
.cleditorList h6, .cleditorList h3,
.cleditorList font {padding:0; margin:0; background-color:Transparent} .cleditorList h4,
.cleditorColor {width:150px; padding:1px 0 0 1px} .cleditorList h5,
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0} .cleditorList h6,
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt} .cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorPrompt input, .cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;} .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt} .cleditorPrompt {background-color:#F6F7F9; padding:8px; font-size:8.5pt}
.cleditorPrompt label {padding-bottom:8px}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long