forked from OpenStackweb/openstack-org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.css
More file actions
60 lines (53 loc) · 2.64 KB
/
Copy pathlanguages.css
File metadata and controls
60 lines (53 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* ========================================================================== *
* Copyright 2014 USRZ.com and Pier Paolo Fumagalli *
* -------------------------------------------------------------------------- *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* You may obtain a copy of the License at *
* *
* http://www.apache.org/licenses/LICENSE-2.0 *
* *
* Unless required by applicable law or agreed to in writing, software *
* distributed under the License is distributed on an "AS IS" BASIS, *
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
* See the License for the specific language governing permissions and *
* limitations under the License. *
* ========================================================================== */
/* Define properties for our icons (default to the unknown language flag) */
.lang-sm {
min-width: 32px;
height: 16px;
min-height: 16px;
max-height: 16px;
margin-top:6px;
float: left;
margin-right: 10px
}
/* Combined native/english labels */
.lang-lbl-full[lang=en_US]:after { content: "English\0000A0/\0000A0English"; }
.lang-lbl-full[lang=es_ES]:after { content: "Espa\0000F1ol\0000A0/\0000A0Spanish"; }
.lang-lbl-full[lang=ja_JP]:after { content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"; }
.lang-lbl-full[lang=ko_KR]:after { content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"; }
.lang-lbl-full[lang=zh_CN]:after { content: "简体中文\0000A0/\0000A0Simplified\0000A0Chinese"; }
.lang-lbl-full[lang=zh_TW]:after { content: "繁體中文\0000A0/\0000A0Traditional\0000A0Chinese"; }
.lang-lbl-full[lang=id_ID]:after { content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian"; }
.lang-lbl-full[lang=de_DE]:after { content: "Deutsch\0000A0/\0000A0German"; }
.lang-lbl-full[lang=fr_FR]:after { content: "Fran\0000E7ais\0000A0/\0000A0French"; }
.lang-lbl-full[lang=ru_RU]:after { content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"; }
.lang-item {
min-height: 40px;
}
.lang-item > a{
min-height: 40px;
padding-right: 5px !important;
padding-left: 5px !important;
}
.lang-dropdown-menu{
min-width: 285px;
}
.lang-dropdown>button{
min-width: 200px;
}
.lang-dropdown>button>.caret{
margin-top: 6px;
}