summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/static/web-common/lang.css
blob: bae82f0c40d62cc0e5594d2db6accd5392e69396 (plain)
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
body.it :lang(en) {
  display: none;
}

body.en :lang(it) {
  display: none;
}

.bottom-bar {
  background-color: #F8F8F8;
  border-color: #E7E7E7;
  bottom: 0px;
  margin-bottom: 0px;
  border-width: 1px 0px 0px;
  position: fixed;
  bottom: 0px;
  min-height: 50px;
  width: 100%;
}

.lang-selector {
  padding-top: 14px;
  padding-bottom: 10px;
  margin-left: 50px;
}

.lang-selector a {
  text-decoration: none;
}