tinmce update

This commit is contained in:
2014-07-03 21:31:27 +05:30
parent d72ece824c
commit 527743c4c1
9 changed files with 40 additions and 26 deletions

View File

@@ -14,7 +14,7 @@
*= require 'calendars'
*= require jquery.fileupload-ui
* require 'bootstrap'
*= require 'tinymce'
*/
// Colorshema #0A64A4

View File

@@ -100,4 +100,5 @@ $box-border: lightgray solid 1px;
$box-border-radius:0px;
$box-background: white;
@import 'layout';
@import 'calendars';
@import 'calendars';
@import 'tinymce';

View File

@@ -0,0 +1,17 @@
i.mce-i-fa {
font: 400 17px/1 FontAwesome;
padding: 0;
vertical-align: middle;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: -2px;
padding-right: 2px
}
i.fa-red { color:red; }
.mc-important {
color: red;
font-weight:bold;
text-align: center;
}