aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/default.css
blob: a73c673663cffe7758b394a7830362842eda5d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#languageSwitchBox {
	padding: 0.5em 5px;
	border-radius: 4px;
	z-index: 100;
	text-align:left;
	display: none;
	position: absolute;
	left: 0; top: 0; /*left, right set through js*/
}

#languageSwitchBox .switchBoxTitle {
  padding-bottom:5px;
  margin-bottom:5px;
}