mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Issue 2444. multilingual layer added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11455 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8d3add0cc5
commit
5e0b44f821
20 changed files with 140 additions and 24 deletions
|
|
@ -187,4 +187,15 @@ body>.x,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
|
|||
.x .dashboard>section:nth-child(odd),
|
||||
.x .dashboard>section:nth-child(even){float:none;width:auto}
|
||||
}
|
||||
|
||||
.x .multilingual_item>.en{background:url(../img/flag.en.gif) no-repeat right center}
|
||||
.x .multilingual_item>.ko{background:url(../img/flag.ko.gif) no-repeat right center}
|
||||
.x .multilingual_item>.jp{background:url(../img/flag.jp.gif) no-repeat right center}
|
||||
.x .multilingual_item>.zh-CN{background:url(../img/flag.cn.gif) no-repeat right center}
|
||||
.x .multilingual_item>.zh-TW{background:url(../img/flag.cn.gif) no-repeat right center}
|
||||
.x .multilingual_item>.fr{background:url(../img/flag.fr.gif) no-repeat right center}
|
||||
.x .multilingual_item>.de{background:url(../img/flag.de.gif) no-repeat right center}
|
||||
.x .multilingual_item>.ru{background:url(../img/flag.ru.gif) no-repeat right center}
|
||||
.x .multilingual_item>.es{background:url(../img/flag.es.gif) no-repeat right center}
|
||||
.x .multilingual_item>.tr{background:url(../img/flag.tr.gif) no-repeat right center}
|
||||
.x .multilingual_item>.vi{background:url(../img/flag.vi.gif) no-repeat right center}
|
||||
.x .multilingual_item>.mn{background:url(../img/flag.mn.gif) no-repeat right center}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue