summaryrefslogtreecommitdiff
path: root/themes/xenea/style_rtl.css
blob: d23e59ac03f64f44614bcf862973b3ab8dc62b37 (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
/**
 * Styles for rtl
 *
 * needed to fix some of the RTL theme problems
 *
 * @package webtrees
 * @subpackage Themes
 * @version $Id$
 */
body {
	direction: rtl;
	text-align: right;
}
.door {
	direction: rtl;
}
.door dd {
	float: right;
}

.icon, .adminicon {
	border: none;
	padding-left: 5px;
	padding-right: 0;
}