# polylang/0.4.1/css/admin.css

Polylang, version 0.4.1. 29 lines.

- Page: https://pluginprobe.com/plugins/polylang/0.4.1/code/css/admin.css
- Raw: https://pluginprobe.com/plugins/polylang/0.4.1/raw/css/admin.css
- Modified: 2011-11-10T16:22:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/polylang/0.4.1/code/css/admin.css#L10-L20`.

```css
#term-translations table {
	width: 100%;
}

#term-translations th {
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

#term-translations td {
	padding: 0px;
}

#term-translations select {
	width: 15em;
}

#post-translations table {
	width: 100%;
	text-align: left;
	font-size: 11px;
	margin: 0 6px;
}

#post-translations td {
	font-size: 11px;
}

```
