forked from MPOS/php-mpos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
33 additions
and
1,203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 26 additions & 24 deletions
50
public/site_assets/bootstrap/js/cleditor/jquery.cleditor.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white} | ||
.cleditorMain iframe {border:none; margin:0; padding:0} | ||
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */} | ||
.cleditorToolbar {background: url('images/toolbar.gif') repeat} | ||
.cleditorGroup {float:left; height:26px} | ||
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')} | ||
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)} | ||
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC} | ||
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000} | ||
.cleditorList div {padding:2px 4px 2px 4px} | ||
.cleditorList p, | ||
.cleditorList h1, | ||
.cleditorList h2, | ||
.cleditorList h3, | ||
.cleditorList h4, | ||
.cleditorList h5, | ||
.cleditorList h6, | ||
.cleditorList font {padding:0; margin:0; background-color:Transparent} | ||
.cleditorColor {width:150px; padding:1px 0 0 1px} | ||
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0} | ||
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt} | ||
.cleditorPrompt input, | ||
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;} | ||
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt} | ||
.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white} | ||
.cleditorMain, | ||
.cleditorPopup, | ||
.cleditorMain * {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box} | ||
.cleditorMain iframe {border:none; margin:0; padding:0} | ||
.cleditorMain textarea {overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none} | ||
.cleditorToolbar {background: url('images/toolbar.gif') repeat} | ||
.cleditorGroup {float:left; height:26px} | ||
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')} | ||
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)} | ||
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC} | ||
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000} | ||
.cleditorList div {padding:2px 4px 2px 4px} | ||
.cleditorList p, | ||
.cleditorList h1, | ||
.cleditorList h2, | ||
.cleditorList h3, | ||
.cleditorList h4, | ||
.cleditorList h5, | ||
.cleditorList h6, | ||
.cleditorList font {padding:0; margin:0; background-color:Transparent} | ||
.cleditorColor {width:150px; padding:1px 0 0 1px} | ||
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0} | ||
.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} |
1,176 changes: 0 additions & 1,176 deletions
1,176
public/site_assets/bootstrap/js/cleditor/jquery.cleditor.js
This file was deleted.
Oops, something went wrong.
9 changes: 6 additions & 3 deletions
9
public/site_assets/bootstrap/js/cleditor/jquery.cleditor.min.js
Oops, something went wrong.