|
1 /*** style xili-dictionary admin - xd-style.css - ***/ |
|
2 |
|
3 /*** === xili-dictionary === ***/ |
|
4 /*** Contributors: michelwppi, MS dev.xiligroup.com ***/ |
|
5 /*** Donate link: http://dev.xiligroup.com/ ***/ |
|
6 |
|
7 /** do not modify - will be overwritten during plugin's update **/ |
|
8 |
|
9 tr.lang-en_us th, div#msg-states-comments a.lang-en_us { background: transparent url('flags/en_us.png') no-repeat 60% center; } |
|
10 tr.lang-fr_fr th, div#msg-states-comments a.lang-fr_fr { background: transparent url('flags/fr_fr.png') no-repeat 60% center ; } |
|
11 tr.lang-es_es th, div#msg-states-comments a.lang-es_es { background: transparent url('flags/es_es.png') no-repeat 60% center ;} |
|
12 tr.lang-it_it th, div#msg-states-comments a.lang-it_it { background: transparent url('flags/it_it.png') no-repeat 60% center ;} |
|
13 tr.lang-de_de th, div#msg-states-comments a.lang-de_de { background: transparent url('flags/de_de.png') no-repeat 60% center ;} |
|
14 tr.lang-ja th, div#msg-states-comments a.lang-ja { background: transparent url('flags/ja.png') no-repeat 60% center ;} |
|
15 |
|
16 div#msg-states tr[class|="lang"] th>span { |
|
17 display:inline-block; |
|
18 /*text-indent:-9999px; |
|
19 width:20px; */ |
|
20 border:0px solid red; |
|
21 } |
|
22 div#msg-states-comments a[class|="lang"] { |
|
23 display:inline-block; |
|
24 text-indent:-9999px; |
|
25 width:20px; |
|
26 } |
|
27 |
|
28 |
|
29 /** do not modify - will be overwritten during plugin's update **/ |
|
30 |
|
31 /** copy xili-css folder in your current theme folder and move the flags in your current theme /images sub-folder **/ |
|
32 |
|
33 /* ---current theme folder---/xili-css/ */ |
|
34 /* ---current theme folder---/images/flags/ - as in twentyeleven theme example to be shared by frontend */ |
|
35 |
|
36 |
|
37 /** another alternative place **/ |
|
38 |
|
39 /* ---plugins folder---/xilidev-libraries/xili-css/ */ |
|
40 /* ---plugins folder---/xilidev-libraries/xili-css/flags */ |