Skip to content

Commit

Permalink
Update fonts.css
Browse files Browse the repository at this point in the history
Dev: Because of revoke of jqgrid and participantdisplay.js should be done in all the templates!
  • Loading branch information
BertHankes committed Nov 24, 2016
1 parent 8165e5a commit 7f7b346
Showing 1 changed file with 0 additions and 149 deletions.
149 changes: 0 additions & 149 deletions styles/Apple_Blossom/css/fonts.css
Expand Up @@ -192,11 +192,6 @@
-moz-osx-font-smoothing: grayscale;
}






/*
USER GROUP !!
*/
Expand All @@ -213,150 +208,6 @@ USER GROUP !!
content: "\f0c0";
}

/*
jQuery UI replacements
*/

/* from participantdisplay.js */
.ui-share-icon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;

}
.ui-share-icon:before
{
content: "\e066";
}


/* for jQgrid */
.ui-icon-pencil:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f040";
}

.ui-icon-cancel:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f05e";
}

.ui-icon-disk:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f0c7";
}

.ui-icon-plus, .ui-addtosurvey-icon {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
}

.ui-icon-plus:before {
content: "\e800";
}

.ui-icon-calculator,
.ui-icon-minus,
.ui-icon-refresh,
.ui-icon-search,
.ui-icon-extlink,
.ui-icon-mail-closed,
.ui-icon-mail-open,
.ui-bounceprocessing,
.ui-participant-link,
.ui-icon-carat-1-w,
.ui-icon-carat-1-e,
.ui-add-to-cpdb-link,
.ui-icon-seek-next,
.ui-icon-seek-end,
.ui-icon-seek-prev,
.ui-icon-seek-first {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.ui-icon-calculator:before{
content: "\f1ec";
}

.ui-icon-carat-1-w:before{
content: "\f060";
}

.ui-icon-carat-1-e:before{
content: "\f061";
}

.ui-icon-minus:before {
content: "\f068";
}

.ui-icon-refresh:before {
content: "\f021";
}

.ui-icon-search:before {
content: "\f002";
}

.ui-icon-extlink:before {
content: "\f0c1";
}

.ui-addtosurvey-icon:before {
content: "\e809";
}
.ui-icon-mail-closed:before {
content: "\f0e0 ";
}

.ui-icon-mail-open:before {
content: "\f003 ";
}

.ui-bounceprocessing:before {
content: "\f085";
}

.ui-participant-link:before {
content: "\f0c0";
}

.ui-add-to-cpdb-link:before {
content: "\f234";
}

.ui-icon-seek-next:before {
content: "\f04e";
}

.ui-icon-seek-end:before {
content: "\f051";
}

.ui-icon-seek-prev:before {
content: "\f04a";
}

.ui-icon-seek-first:before {
content: "\f048";
}

/*
---------
Icon Moon
Expand Down

0 comments on commit 7f7b346

Please sign in to comment.