From fe5708807ce21725ba7660ddbf330bd0e7b836f9 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Wed, 23 Jul 2014 18:40:10 +0400 Subject: [PATCH] fix icons and change toggle_check icon --- images/.DS_Store | Bin 0 -> 6148 bytes images/toggle_check.png | Bin 0 -> 859 bytes javascripts/theme.js | 1 + stylesheets/font-awesome.css | 4 ++-- 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 images/.DS_Store create mode 100644 images/toggle_check.png diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5d3f11fc09ece10f80fcec767f37d900c80aa139 GIT binary patch literal 6148 zcmeHKJxfDD5S)!EA~q>4ue1{U2S-Q*YyW^Gih{w|*uTo(m46mzKM=#yMzE1tn4P=5 z-FJCYyv+iz#oPTAFb6Orobm2%Y<}(-*`y*yCiskJT;dfkc)Zz;vcC^_?I|{R!UO%6 z`rT%|-K}}*Kkb^hASQF{(WeKb1xo} za~_7%i38(`2_ITxiSmgEzeRpFnuM)9q86&)WaprxqR?2<=+O1S zro7fzlI3XQ<2yHJ?*4txPJ62GVvR1Atrqi=3O!DHte+M1%lZ06=Nkt;ChX8Mam_o# zGwp)qs}zT0e@dQYM;tUSx$7~pT>W?Ul^}IbIuz3{=dBV{R7rKQwO`6Rc{YWxUaNJG<){V^U-hiCkCb8d#epf N@t&@JF6*2Ung9(ZG(P|U literal 0 HcmV?d00001 diff --git a/javascripts/theme.js b/javascripts/theme.js index 31a7071..84aee04 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -94,6 +94,7 @@ $(document).ready(function(){ // disableOther( 'showLeft' ); }; $('input[name$="q"]').attr('placeholder','Enter Search Text'); + // $( "a" ).addClass( "fa" ) // $('body').addClass("menu-push-toright"); }) diff --git a/stylesheets/font-awesome.css b/stylesheets/font-awesome.css index f4efeb2..46ca383 100644 --- a/stylesheets/font-awesome.css +++ b/stylesheets/font-awesome.css @@ -11,7 +11,7 @@ font-weight: normal; font-style: normal; } -.fa, .icon { +.fa, form .icon { display: inline-block; font-family: FontAwesome; font-style: normal; @@ -225,7 +225,7 @@ .fa-th-list:before { content: "\f00b"; } -.fa-check:before, .icon-checked:before { +.fa-check:before, form .icon-checked:before { content: "\f00c"; color: #23d2c5;